Lastest JavaScripts: Email http://www.javascriptbank.com/rss/email/ Lastest JavaScripts: Email en Copyright (C) JavaScriptBank.com 60 jsB@nk.com RSS Email Obfuscator and Encoder <img src="http://www.javascriptbank.com/javascript.images/email/email-obfuscator-and-encoder.jpg" width="100" height="100" align="left" style="margin: 5px;" />Email harvesting is a real problem nowadays; publishing an email address on a web page means exposing it to automated email collection softwares. Once it's been collected, there no way of getting rid of spam. The best way to avoid this is to obfuscate and encode email addresses; this simple JavaScript does exactly that. It splits an address in six different parts, so that bots are not able to recognize it, and it also encode the @ symbol and the . (dot) using ASCII codes, just to make it harder for bots to decode it. Even if the email harvesting software can read JavaScript and put the different parts of the address together, it would obtain an useless text like this: my-email-address@my-domain-name.com instead of myaddress@mydomain.com. http://www.javascriptbank.com/email-obfuscator-and-encoder.html 1205541330 E-mail Validation <img src="http://www.javascriptbank.com/javascript.images/email/e-mail-validation.jpg" width="100" height="100" align="left" style="margin: 5px;" />This <a href="/javascript/">JavaScript</a> uses regular expressions to check that a string contains a valid <a href="/javascript/email/">email</a> address. Note that it won&#39;t catch all invalid emails, like most similar scripts. However, for most intents and purposes, this <a href="/javascript/">JavaScript</a> should serve its purpose well, by rejecting common <a href="/javascript/email/">email</a> typos while leaving room for obscure yet valid <a href="/javascript/email/">emails</a> to pass. http://www.javascriptbank.com/e-mail-validation.html 1193704476 eMailing Selected HTML Text <img src="http://www.javascriptbank.com/javascript.images/email/emailing-selected-html-text.jpg" width="100" height="100" align="left" style="margin: 5px;" />This <a href="/javascript/">JavaScript</a> is an easy way to copy and <a href="/javascript/email/">email</a> selected html text that is on a web page. You can set this up as a Favorites item in Internet Explorer to make it simply to be able to do the emailing! Just <a href="/title=highlight">highlight</a> text on a page and then click the favorites link. The hightlighted input text will be placed in an <a href="/javascript/email/">email</a> from your default mail program, ready for you to add a name and send! http://www.javascriptbank.com/emailing-selected-html-text.html 1189730056 Validate E-Mail <img src="http://www.javascriptbank.com/javascript.images/email/validate-e-mail.jpg" width="100" height="100" align="left" style="margin: 5px;" />This <a href="/javascript/">JavaScript</a> verifies that a string looks like a real <a href="/javascript/email/">e-mail</a> address. http://www.javascriptbank.com/validate-e-mail.html 1170117146 mailTo <img src="http://www.javascriptbank.com/javascript.images/email/mailto.jpg" width="100" height="100" align="left" style="margin: 5px;" />Prevent e-mail link harvesting by spammer's robots. Nothing is displayed in the file where this script is used, other than an empty span element. The mailto link is added dynamically, and will not show up even when you &quot;View Source&quot;. http://www.javascriptbank.com/mailto.html 1170117145 HDate <img src="http://www.javascriptbank.com/javascript.images/email/hdate.jpg" width="100" height="100" align="left" style="margin: 5px;" />A script to insert a hidden value in a <a href="/javascript/form/">form</a> with a <a href="/javascript/time/">time</a> date stamp. http://www.javascriptbank.com/hdate.html 1170115580 Hide Multiple E-Mail Addresses <img src="http://www.javascriptbank.com/javascript.images/email/hide-multiple-email-addresses.jpg" width="100" height="100" align="left" style="margin: 5px;" />Have a Web page with multiple <a href="/javascript/email/">e-mail</a> addresses? Use this <a href="/javascript/">JavaScript</a> to protect them from spambots. Simple to use. http://www.javascriptbank.com/hide-multiple-email-addresses.html 1170115579 Hide E-mail Address with Subject <img src="http://www.javascriptbank.com/javascript.images/email/hide-email-address-with-subject.jpg" width="100" height="100" align="left" style="margin: 5px;" />Protect your <a href="/javascript/email/">e-mail</a> address from spambots. In addition to hiding your <a href="/javascript/email/">e-mail</a> address, this <a href="/javascript/">JavaScript</a> also adds a subject line. http://www.javascriptbank.com/hide-email-address-with-subject.html 1170115578 War's web form <img src="http://www.javascriptbank.com/javascript.images/email/war-web-form.jpg" width="100" height="100" align="left" style="margin: 5px;" />This Web form utilizes the sender's e-mail. This form has a validation for information added; if all is entered correctly, the sender will be directed to a 'thank you' page. http://www.javascriptbank.com/war-web-form.html 1170115577 Email Validator <img src="http://www.javascriptbank.com/javascript.images/email/email-validator.jpg" width="100" height="100" align="left" style="margin: 5px;" />Use this <a href="/javascript/">JavaScript</a> to validate Email addresses on the client-side. To validate an Email address, use the function in the following manner: <code>isEmail(someEmailAddress)</code>. The function returns <code>true</code> if the Email is valid, else the function returns <code>false</code>. http://www.javascriptbank.com/email-validator.html 1170115576