These examples are designed to run from localhost using MS IIS (Internet Information Services) web server.
Click here for instruction.
The default script language is specified by placing the "Language" tag as the first line of the .ASP page.
Default Script Language- JavaScript
- Example using JavaScript for the default language.
(Note: JScript is Microsoft's version. JavaScript was created by
Netscape.)
Ex:
<%@ Language=JavaScript %>
Default Script Language- VBScript
- Example using VBScript for the default language.
Ex:
<%@ Language=VBScript %>
<% Option Explicit %>