Tuesday, October 27, 2009

What is an ASP file?

What is an ASP file?
Your ASP file will invariably be a mixture of text, ASP, and HTML tags. Have a look at the code below. In black is the HTML, in red is the text and in blue is the ASP(VBscript) code.
Just in case you haven't noticed ASP pages end with the file extension .asp as opposed to HTML files that have the .html or .htm extension.


What is an ASP file




The time currently is <%= Time %>

and the date is <%= Date %>






No comments:

Post a Comment