My first JavaScript program.




Script Code:
<script language="Javascript">
<!-- activate cloaking device
document.write("My first JavaScript program")
//deactivate cloaking device-->
</script>


This script provides a hard copy bookmark of the URL:


Script Code:
document.write("This web page is located at " + document.location);


Print Button:



Script Code:
<form>
<input type="button" value="Print This Page" name="PrintBtn" onClick="window.print()">
</form>


Back to the web page that was previously viewed



Script Code:
<form>
<input type="button" value="Back to Previous Page" onClick="history.back()">
</form>


Hey! Another JavaScripter is born
Back to JavaScript Main Page
JavaScript - Week Two and Three
JavaScript - Week Four

Note: Some images are courtesy of ChristArt - Christian Clipart
Hosted by www.Geocities.ws

1