Parse Munged/Obfuscated Email Address
I used to visit an informative page on obfuscating your email address with JavaScript, CSS etc
However, the key feature of this site was that it had an input form that would allow you to test your obfuscation by trying to parse out email addresses from any html source you pasted.
I lost my bookmark, and an hours worth of search hasn't revealed anything.
Does anyone know this or a similar site?
Re: Parse Munged/Obfuscated Email Address
Re: Parse Munged/Obfuscated Email Address
Quote:
Originally Posted by mendhak
Mendhak,
The code above is not compliant with W3C web standards because the example requires the use of javascript <script> tags within the body of the HTML document.
I think agmorgan is looking for a website which allows you to test your existing email obfuscating code by trying to parse the scrambled email address from a HTML source.
I don't think he is actually looking for code to actually obfuscate an email address.:wave:
Re: Parse Munged/Obfuscated Email Address
Oh I see what you mean. You've parsed it already, you need to see if a 'bot' could pick it up.
Also, the code they provided may be bad but it doesn't take a rocket scientist to modify it and make it compliant. It just takes a programmer.