|
ION Script User's Guide: ION Script Tag Reference |
|
The ION_SCRIPT tag pair is the container that holds all other ION Script tags, similar to the way the <HTML> tag contains all HTML tags. All content, whether it is ION Script or HTML, must reside inside the ION_SCRIPT tag pair.
<ION_SCRIPT
[SYNTAX = {"OFF" | "COMMENT" | "PRE" }]
[<HTML> tag attributes] >
ION Script tags
[HTML tags]
</ION_SCRIPT>
This attribute defines how expression parser error messages are reported for a given ION Script page. Valid values include:
Page Source (Netscape) or View
Source (Internet Explorer).
The default method for reporting error messages is specified in the "Syntax Logging" section on the "Debug" tab of the ION Script Configuration utility (Windows), or in the "Debug" section of the .ionsrc file (UNIX). See Syntax Logging for details. The SYNTAX attribute can be used to override the default for an individual ION Script page.
The ION_SCRIPT tag is converted to the <HTML> tag. All attributes of the <HTML> tag can be used in the <ION_SCRIPT> tag.
IDL Online Help (March 06, 2007)