Seymore
Mar-30-2006, 09:51 PM
...that doesn't show any text on my BIO. It's currently below the "E-mail Test Script..." at the bottom of the BIO. I've not found any other cases/questions like this yet.
I'd like to use this script to hide from the email spam bots that cruise the WEB. HERE (http://www.waftest.com)'s where I got the coding idea from. Is this coding allowed?
<script language=javascript>
<!--
var first = 'ma';
var second = 'il';
var third = 'to:';
var address = '&# 67;&# 104;&# 114;&# 105;&# 115;&# 77;&# 111;&# 111;&# 114;&# 101;63';
var domain = '&# 71;&# 109;&# 97;&# 105;&# 108;&# 46;&# 99;&# 111;&# 109;';
document.write('<a href="');
document.write(first+second+third);
document.write(address);
document.write('@');
document.write(domain);
document.write('" class="cssbtn btnauth" title="E-mail Chris!">');
document.write('E-mail Chris!</a>');
// -->
</script>
With the only caveat being that the var address and the var domain normally show with the space between "&#" and the number gone because this script DOES work here in these posts.
Clear as mud?
TIA...
I'd like to use this script to hide from the email spam bots that cruise the WEB. HERE (http://www.waftest.com)'s where I got the coding idea from. Is this coding allowed?
<script language=javascript>
<!--
var first = 'ma';
var second = 'il';
var third = 'to:';
var address = '&# 67;&# 104;&# 114;&# 105;&# 115;&# 77;&# 111;&# 111;&# 114;&# 101;63';
var domain = '&# 71;&# 109;&# 97;&# 105;&# 108;&# 46;&# 99;&# 111;&# 109;';
document.write('<a href="');
document.write(first+second+third);
document.write(address);
document.write('@');
document.write(domain);
document.write('" class="cssbtn btnauth" title="E-mail Chris!">');
document.write('E-mail Chris!</a>');
// -->
</script>
With the only caveat being that the var address and the var domain normally show with the space between "&#" and the number gone because this script DOES work here in these posts.
Clear as mud?
TIA...