Basic HTML version of Foils prepared 23 June 1997

Foil 8 JavaScript "Hello World" Example - I

From JavaScript Tutorial for Certificate Course UC Web applications Certificate -- Summer 97. by Geoffrey C. Fox, Tom Scavo


1 <HTML>
2 <HEAD>
3 <TITLE>A JavaScript Example</TITLE>
4 </HEAD>
5 <BODY>
6 <SCRIPT LANGUAGE="JavaScript">
7 <!-- a comment to hide JavaScript from old browsers
8 document.writeln("<H1>Hello World!</H1>");
9 // end script hiding -->
10 </SCRIPT>
11 <B>Continue with conventional HTML</B>
12 </BODY></HTML>

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 Wed Apr 1 1998