Changes

Jump to: navigation, search

A Simple JavaScript Example

8 bytes added, 16:00, 9 April 2007
no edit summary
document.writeln( "Hello World" );
</script>
 
<form>
<p>
<input type=button value="Press me" onClick="alert('Goodbye cruel world')">
</p>
</form>
</body>
</html>
</pre>

Navigation menu