Password Protect
If you've been looking for a way to password protect your Web pages, here it is! Here's a hint about the password...try "success" on your site.
Usage: Change the section in the source code which pertains to the password and URL, then recompile the source code and place the class file in your HTML directory.
Java Source: WebGate.java
HTML Source:
<applet code="WebGate.class" width="230" height="148">
</applet>
Author: Chad D. Wessel
Homepage: http://users.snip.net/~cwessel/webate.htm
|