Basic HTML version of Foils prepared 1 Dec 97

Foil 19 PPT Slide

From Overview of Basic JavaScript -- Web Client Scripting Language Jackson State CSC499 -- Fall Semester 97. by Tom Scavo,Geoffrey C. Fox


1 The <SCRIPT> Tag (cont'd)
2 JavaScript code may be stored in an external file:
3 <SCRIPT SRC="JScode.js">
4 // The body of this <SCRIPT> is
5 // executed only if "JScode.js"
6 // is not found!
7 document.write("File not found!");
8 </SCRIPT>
9 An external file must have a .js extension and the server must be configured properly

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sun Nov 29 1998