Previous PageNext Page

5.4 @ Directives

@ directives are provided in addition to the scripting language used. These directives set the environment used by an ASP script. Directives are delimited by <%@ keyword=value>. There must be a space between the @ and the keyword. More than one keyword can be specified in a directive, each keyword/value pair must be separated by a space. Do not put spaces around the equal sign (=).
 
The following standard ASP directives are available:
 
  • ENABLESESSIONSTATE
  • LANGUAGE
The following standard ASP directives are not implemented by Chili!Soft ASP:
 
  • CODEPAGE
  • LCID
  • TRANSACTION

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page