E-mail List Archives
RE: webaim-forum-d Digest V2004 #23
From: julian.rickards
Date: Feb 13, 2004 7:24AM
- Next message: Nancy Swenson: "RE: webaim-forum-d Digest V2004 #23"
- Previous message: julian.rickards@ndm.gov.on.ca: "RE: Site evaluation"
- Next message in Thread: None
- Previous message in Thread: None
- View all messages in this Thread
IIS removes the <%..%> blocks before delivering the output to a browser. It
interprets the code between them and outputs the results of the code but not
the ASP code.
Also, you may use <%@LANGUAGE="VBSCRIPT"> or <%@LANGUAGE="JAVASCRIPT">, not
interchangably though. There are differences in format and functionality.
However, whatever language you select to use, the VBScript/JavaScript code
in the <% ... %> blocks will be run at the server, not the client. You may
output JavaScript to the browser and that will be run by the browser, not by
the server.
HTH,
Jules
---------------------------------------------------------
Julian Rickards
Digital Publications Distribution Coordinator
Publications Services Section
Ontario Ministry of Northern Development and Mines
Phone: (705) 670-5608
Fax: (705) 670-5690
- Next message: Nancy Swenson: "RE: webaim-forum-d Digest V2004 #23"
- Previous message: julian.rickards@ndm.gov.on.ca: "RE: Site evaluation"
- Next message in Thread: None
- Previous message in Thread: None
- View all messages in this Thread