HOME
The <SCRIPT> Tag
- Example 1:
<SCRIPT LANGUAGE="JavaScript">
<!-- HTML comment block for hiding incompatible browsers
document.write("Hello World");
document.writeln("Hello World, again");
// Stop hiding from incompatible browsers -->
</SCRIPT>
<NOSCRIPT>
Your browser does not support JavaScript or JavaScript is
disabled.<BR>
</NOSCRIPT>
- Example 2:
<SCRIPT LANGUAGE="JavaScript" SRC="sourcefile.js">
</SCRIPT>