I am not sure if I am posting this to the right place but I had trouble using your email riddler, it said that my email address is invalid. I have a gmail account.
Printable View
I am not sure if I am posting this to the right place but I had trouble using your email riddler, it said that my email address is invalid. I have a gmail account.
I don't think we're going to get very far here unless you tell us your email address - or, at least, the general format of it. If you don't want to disclose it, replace every letter with "a" and every number with "1", but leave everything else intact. That'll give us some idea of what we're working with.
Works fine here...What browser are you using?Code:<script type="text/javascript">
/***********************************************
* Encrypt Email script- Please keep notice intact.
* Tool URL: http://www.dynamicdrive.com/emailriddler/
* **********************************************/
var emailarray9101= new Array(109,105,99,104,101,108,101,46,108,117,116,115,64,103,109,97,105,108,46,99,111,109)
var postemail9101=''
for (i=0;i<emailarray9101.length;i++)
postemail9101+=String.fromCharCode(emailarray9101[i])
document.write('<a href="mailto:'+postemail9101+'">Contact Us</a>')
</script>
Internet Explorer
I was able to use the code that you provided to display my email address.
Well what Twey posted is exactly the same as what's on the Email Riddler page. :)
I guess you can tell I'm new to all this.
It's puzzling me why the generator didn't work for you...