|
HTML Attribute for <SCRIPT ...>
LANGUAGE =JAVASCRIPT |LIVESCRIPT |VBSCRIPT |other
LANGUAGE used to be the standard way to indicate which scripting language the script element uses. LANGUAGE has given way to the TYPE attribute. Use TYPE instead.
<SCRIPT FOR="..."> >
|