Basic HTML version of Foils prepared June 30 1996

Foil 73 Hello World Example of JavaScript- I

From A Tutorial on Base Web Technologies CRPC Annual Meeting/NASA Langley/Trip to China -- May 14-17 June 10-13 1996 July 12-18 1996. by Geoffrey Fox


1 <HTML>
2 <HEAD>
3 <Title>A Test of JavaScript</Title>
4 </HEAD>
5 <BODY>
6 <SCRIPT LANGUAGE="JavaScript" >
7 <!-- A Conventional comment to hide JavaScript from old browsers
8 document.writeln("<h1>Hello World!</h1>");
9 //scriptend-->
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 Sun Dec 14 1997