PDA

View Full Version : Looking to disable a couuple of things


Ghost Rider
08-28-2002, 08:10 PM
Having grown weary of receiving spam in my email, how may i block spiders, etc from obtaining my email address from my site.




Also how can I block text from being selected when a user clicks and drags the mouse?


Thanks in advance

beetle
08-28-2002, 08:53 PM
Question #1. Remove your email address. But, if you must try, look here (http://www.codingforums.com/search.php?s=&action=showresults&searchid=18758&sortby=lastpost&sortorder=descending)
Question #2. <script>
onSelectStart = return false;
</script>