| ||||||||
|
ASP pages consist of a combination of HTML and or ASP code. The ASP code is actually a combination of:
The following is an excerpt from an ASP/HTML page and shows some of the elements that are generally included in the page ...
ASP pages must have the .asp extension. ASP pages must be executed on a server. Generally speaking, HTML encoded content, as it is encountered, is stripped and sent directly to the client. ASP code, as it is encountered, is executed and the results, if any, are sent to the client. As the code is executed on the server, only the output is sent to the client, the raw ASP code cannot be viewed in the client.
|
|
Copyright © 1999
- 2005 |