Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

JScript @cc_on Statement

Activates conditional compilation support.

Syntax: JScript @cc_on Statement

@cc_on

Remarks: JScript @cc_on Statement

The @cc_on statement activates conditional compilation in the scripting engine.

It is strongly recommended that you use the @cc_on statement in a comment, so that browsers that do not support conditional compilation will accept your script as valid syntax:

/*@cc_on*/

...

(remainder of script)

Alternatively, an @if or @set statement outside of a comment also activates conditional compilation.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.