Two Scripts in the Body : Code Layout « Language Basics « JavaScript DHTML






Two Scripts in the Body

<HTML>
<HEAD>
<TITLE>A Document</TITLE>
</HEAD>
<BODY>
<SCRIPT LANGUAGE="JavaScript">
    //script statement(s) here
    ...
</SCRIPT>
<MORE HTML>
<SCRIPT LANGUAGE="JavaScript">
    //script statement(s) here
    ...
</SCRIPT>
</BODY>
</HTML>



           
       








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.Hiding Scripts from Most Old Browsers