[thelist] Hiveware email address encoder

Robert Stewart Douglas rob at stewart-douglas.com
Fri Jul 25 19:25:01 CDT 2003


Have you tried JavaScript for this??? There may be a few bots that can
detect this code but  none of the site ripping tools I've used have
grabbed them properly...

i.e.:

	<script language="javaScript">
		document.write('<a href="mailto:user@');
		document.write('yourdomain.com?Subject=Subject here">');
		document.write("user@");
		document.write("yourdomain.com</a>");
	</script>


 
Robert Stewart Douglas







More information about the thelist mailing list