================================================
JavaScript. Password protect your site
I received a question this week asking how to Password Protect a
Web Page. There are several methods that can be used to do this.
One of the simplest is to use a JavaScript. Using JavaScript in
your web pages is a topic I don't think I have addressed before.
There are many useful JavaScripts available that can be easily
added to your Web Pages. I thought it may be useful for many of
you to learn how to use them.
For those of you that are not familiar with it, JavaScript is a Run
Time scripting language specifically designed for use in Web
Pages. That basically means that you don't have to compile, link
and embed it, processes which can be very complicated for none
programmers. JavaScript's real advantage for most Web
Designers is that it can be quickly learned and easily used.
What is the difference between JavaScript and Java?
They are actually quite different. Java is an Object Oriented
programming language that is written, compiled and executed
independently of a Web Page. To use a Java applet (which
means a "little application"), it must be embedded \