Hiding email from spambots without using javascript
I have a "contact us" form that uses Ajax (i.e. relies on asynchronous requests). In case the user has javascript disabled, I want to display a message, saying something like: You need to enable Javascript to use this contact form. If you can't, or don't know what Javascript is, then use your email and contact us at <the_email_address> . But of course, I want to hide the_email_address from spambots. Since this email address has to be displayed inside a <noscript> , it makes no sense to scramble it with Javascript, specially given the fact that some users may simply not even know what