Javascript Tutorial

Easy Email Scrambler

Protect your email address from site spam crawlers
General » dynamicdrive.com
Score(+): 0 | Views: 72 | Save it | Report it


Top 20 Similar Javascript Tutorials

Drop down menu easy way and configurable

One of the most popular usages of JavaScript is to create a drop down menu. This tutorial will show you how to make one.
Navigation and Button » techtut.com
Score(+): 0 | Views: 128 | Similar Tuts | Save it | View this tutorial

Easy Multi-Page Navigation

Navigation and Button » javascript.internet.com
Score(+): 0 | Views: 126 | Similar Tuts | Save it | View this tutorial

Email Validation

This tutorial contains a java script code which is a simple e-mail address validation script. While it is not too sophisticated, it does provide the basic validation function.
General » javascript.internet.com
Score(+): 0 | Views: 184 | Similar Tuts | Save it | View this tutorial

Email Domain

Takes an email address and returns just the domain - the stuff after the "@" sign. We've put it together with a simple WHOIS query, neat!
General » javascript.internet.com
Score(+): 0 | Views: 118 | Similar Tuts | Save it | View this tutorial

Email This Page

General » javascript.internet.com
Score(+): 0 | Views: 106 | Similar Tuts | Save it | View this tutorial

Email Address Validation

This is an e-mail address validation function. It allows the usual user@domain syntax, but in addition allows user@[ip] format as well as "User with Spaces"@domain or [ip], all of which are legal syntax, according to W3C. It also checks that the user hasn't done anything silly like having multiple @'s or continuous .'s in the address (e.g. jim@b@c.com and jim@c..b.co.uk)
General » javascript.internet.com
Score(+): 0 | Views: 105 | Similar Tuts | Save it | View this tutorial

Extract Email Addresses

Visitors sometimes include their email address inside the message field when they fill out forms. To deal with this, this script parses through the string and uses a Regular Expression to find then return a comma-separated list of the valid email addresses it finds.
Forms » javascript.internet.com
Score(+): 0 | Views: 129 | Similar Tuts | Save it | View this tutorial

Email Address Protector

Here's a clever way to prevent email address collecting "robots" from grabbing your email address while still making your address available to your visitors.
General » javascript.internet.com
Score(+): 0 | Views: 107 | Similar Tuts | Save it | View this tutorial

Floating Email-This-Link

This script displays a floating layer that moves with the page, which contains an "email-this-link" script. The e-mail script automatically captures the URL of the page and opens up your e- mail with all the pertinent information.
General » javascript.internet.com
Score(+): 0 | Views: 110 | Similar Tuts | Save it | View this tutorial