Spammers now frequently send their website addresses in an encoded form, hoping to hide its true origin and prevent being reported to their web host. This script allows you to convert these URLs into human-readable form so that you may complain to the spammer's web host and get their account shut down.
Add the below code to the <body> section of your page:
<scriptlanguage="javascript"type="text/javascript"> /* Visit http://www.yaldex.com/
for full source code
and get more free JavaScript, CSS and DHTML scripts! */
<!-- Begin function
unObfuscateURL(frm){ strURL =unescape(frm.txtURL.value.replace(/\s/g,"")); strURLInitial =
strURL;