Changes

Jump to: navigation, search

A Simple JavaScript Example

6 bytes added, 15:44, 9 April 2007
no edit summary
<html>
<head>
<title>My First JavaScript Example
</head>
<body>
<script type="text/javascript" language="JavaScript">
document.writeln( "Hello World" );
</script>
</body>
</pre>

Navigation menu