Java & JavaScript, pt 2
(View Java Source Code)

Java and JavaScript are, despite the similar names, very different languages. For one, JavaScript is a low-power scripting language used frequently for Web page graphics enhancements. Java is a high-power language used by Webmasters and system programmers alike.

In this two-part program, you will deal with the JavaScript-Java interactivity application. This page is part two: you will verify a password by entering text in a box which is sent via JavaScript to the applet. There's no cheating however. The password in the HTML source code, though visible, is encrypted. So, ha! You have to know that password is the password! Ha ha!

You do not have Java enabled.

-------
© 2002, 2003 M. Tartàglia