PPT Slide
The <SCRIPT> Tag (cont’d)
- JavaScript code may be stored in an external file:
// The body of this <SCRIPT> is
// executed only if "JScode.js"
document.write("File not found!");
- An external file must have a .js extension and the server must be configured properly