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


<HTML>
<HEAD>
<TITLE>A JavaScript Example</TITLE>
</HEAD>
<BODY>
<SCRIPT LANGUAGE="JavaScript">
<!-- a comment to hide JavaScript from old browsers
document.writeln("<H1>Hello World!</H1>");
// end script hiding -->
</SCRIPT>
<B>Continue with conventional HTML</B>
</BODY></HTML>



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