ANTI-SPAM TECHNIQUE FOR WEBPAGE DESIGNERS
updated for version 3.3 on 2/9/2001
HISTORY--why did I have to make this
THE ANSWER--how I beat spam
INSTRUCTIONS--how to and the code
RESULTS
The code from the Instructions portion was used in this applet. Go ahead and try clicking in it.
THE CODE
As I have stopped development on this applet and the code is very simple,
I am releasing the code to customize and chop up as you like. Be forewarned
that it was my first true attempt at Java coding and maybe not a model in
Java coding. :)
There are 2 written Java files I have used:
CopyMe.java: This was copied from somewhere on the internet and changed to fit my needs. It controls the pop up box for cut and pasting the email address.
SpamSux.java: This is original code from myself and the main control of the applet.
CONCLUSION
Make sure to have Java enabled in
your browser's internet setup. One character wrong in the parameter tags
could cause the program to not work. Good luck and use it to stop Spam!
(if you didn't notice, I just used the applet again)
CHANGE LOG