Specifies a script for the page that is interpreted by a script engine.
HTML Syntax
<SCRIPT CLASS=classname DEFER EVENT=eventname FOR=element ID=value LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS | XML SRC=url TITLE=text TYPE=MIME-type >
Remarks
Code within the SCRIPT block that is not contained within a function is executed immediately as the page is loaded. To keep scripts from being displayed on down-level browsers, nest the SCRIPT block within a COMMENT block.
Script appearing after a FRAMESET element is ignored.
The SCRIPT element is a block element and requires a closing tag.
This element is available in HTML as of Microsoft® Internet Explorer 3.0, and in script as of Internet Explorer 4.0.
Members
Styles
See Also