Hiding Scripts from Most Old Browsers : Code Layout « Language Basics « JavaScript DHTML






Hiding Scripts from Most Old Browsers

<SCRIPT LANGUAGE="JavaScript">
<!--
    //script statement(s) here
    ...
// -->
</SCRIPT>


           
       








Related examples in the same category

1.Scripts in the Head
2. A Script in the Body
3.Scripts in the Head and Body
4.Two Scripts in the Body