On Mar 25, at 11:31 PM, Jerry Freeman wrote:
i found what looks like a [1] decent script, where mailserver and yourname lines in emailE is appropriately edited. comment? best...jf[1] http://www.joemaller.com/js-mailer.shtml<SCRIPT TYPE="text/javascript"> <!-- // protected email script by Joe Maller // JavaScripts available at http://www.joemaller.com // this script is free to use and distribute // but please credit me and/or link to my site emailE='mailserver.com' emailE=('yourname' + '@' + emailE) document.write('<A href="mailto:' + emailE + '">' + emailE + '</a>') //--> </script>
This is pretty much the same as the one I wrote and posted here last week [1]. When I started using it on my Web pages, my spam slowly started to decrease. I don't know whether it's coincidence or the script, but something changed. I suppose it's only a matter time before the scrapers start interpreting JavaScript; then we'll have to switch to Perl or PHP.
[1] <script type="text/javascript"><!--
var name = "llarson";
var domain = "louisville.edu";
document.write('<a href=\"mailto:' + name + '@' + domain + '\">');
document.write(name + '@' + domain + '</a>');
// --></script>
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ The next Louisville Computer Society meeting will be April 22 at MacAuthority, 128 Breckinridge Lane. Posting address: [email protected] Information: http://www.math.louisville.edu/mailman/listinfo/macgroup
