>I'm at CFUnited and just got online. I'll hunt it down and deal with it. 
>Sorry about that.

I found an interesting solution to email harvesters:

<script type="text/javascript">
    function mailto(domain,user) 
    { 
        document.location.href = "mailto:"; + user + "@" + domain; 
    }
</script>

And to put an email address on a page where the address isn't actually found 
inside the source code, do this:

<a href="javascript:mailto('tbpc.state.tx.us','bill.woodland');">Email Bill 
Woodland</a>

Clicking on the link invokes the mailto function, which changes the browser 
location to the appropriate mailto: link.  The browser then passes this over to 
your default email client.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245005
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to