Previous PageNext Page

5.4.2 LANGUAGE

The LANGUAGE directive sets the script language that will be used to interpret the commands in a script. You can set your scripting language to any scripting engine that has been installed on your system. Chili!Soft ASP provides VBScript and JScript by default. The default scripting language is VBScript, so if you do not include a LANGUAGE directive in your script, the script will be interpreted by the VBScript engine.

Syntax

<%@ LANGUAGE=scriptengine %>

Parameters

LANGUAGE
The script engine with which to process the script.

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page