Pre-processing - @else ... (Pre-processor)

Part of the conditional code use directive.

Availability:

JScript - 3.0
Internet Explorer - 4.0
JavaScript syntax:IE... @else ...

This can be used in a conditional code block to indicate an alternative conditional block.

Refer to the @if() topic for more details.

If you intend to hide this directive inside some comments, you must place the comment around the entire construct and not the individual pre-processor directives.

See also:Conditional code block, Pre-processing, Pre-processing - /*@ ... @*/