<%@ Language=VBScript %> <% Option Explicit %> <% Response.Expires= -1 %> Example of Comments: VBScript

Example of Comments: VBScript

You must look at the .ASP source code. Viewing the source from the browser will not work.

<% // Single line comment. ' Single line comment. // Email me if you know how to make multi line comments in VBScript. // /* */ - This multi line comment works only in JavaScript - NOT VBScript !!!! %>