![]() |
|
|
ASP/VBScript delimitersASP code is opened and closed with the use of delimiters. Note for our purposes it isn't important that you understand the following code example: <% If request.form("name") <>"michael"
then the delimiters do not need to be on the same line, the following code is the same as the above <% To print out code use <%= or response.write <%= "michael" %>
or <% response.write "michael" %>
You will notice a similarity between the use of these delimiters and the opening < and > closing tags in HTML, well atleast I hope you do! :-)
Site developed by Michael Wall - Web Design Belfast N.Ireland. |
|