An Abbreviated Introduction to JavaScript


Protected

You have successfully loaded a password-protected document.


<script language="javascript">
password = prompt("Please enter the password: ","")
if (password != "AMMI") {
  location = "../index.html";
}
</script>

Source text written by Samuel A. Rebelsky.

This page may be found at http://www.math.grin.edu/~rebelsky/Tutorials/JavaScript/Spring1999/Examples/protected.html

Source text last modified Wed Apr 14 12:18:03 1999.

This page generated on Wed Apr 14 12:27:05 1999 by SiteWeaver. Validate this page's HTML.