nk.html" LANGUAGE="JavaScript"
onClick="jsFunction()">Execute JS</A>
<A HREF="somelink.html" LANGUAGE="VBScript"
onClick="vbFunction()">Execute VB</A>
Navigator Behavior
Navigator does not support VBScript, nor does it support the LANGUAGE attribute in tags other than SCRIPT.
It is, therefore, not advisable to use VBScript outside of the SCRIPT tag. As we will see further on, JavaScript can be used to call a VBScript function, allowing both browsers to co-exist.
Explorer Behavior
Explorer recognizes both languages, but considers JavaScript to be the default scripting language. The default language, however, is automatically changed to reflect the first language used on a page.
Example1: <HTML>
< |