Current location: Hot Scripts Forums » General Web Coding » JavaScript » E-mail validation


E-mail validation

Reply
  #1 (permalink)  
Old 02-10-10, 03:04 AM
zee000 zee000 is offline
Newbie Coder
 
Join Date: Feb 2010
Posts: 21
Thanks: 2
Thanked 0 Times in 0 Posts
E-mail validation

hiiii

i need an validation for email id which acepts the email id only if itsme@vxc.dsf
the validation should be like that any scripts plz.........
Edit/Delete Message
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 02-10-10, 07:03 AM
wirehopper's Avatar
wirehopper wirehopper is offline
-
 
Join Date: Feb 2006
Posts: 2,516
Thanks: 20
Thanked 109 Times in 106 Posts
Code:
<input type="text" id="email" />
<script type="text/javascript">
var email=document.getElementById('email').value;
if (email=='itsme@vxc.dsf')
...
javascript validation is really only to help the user, for security, you MUST validate on the server side as well.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Send mail authentication sujata_ghosh Perl 9 06-24-08 01:45 AM
ASP mail sending in intranet babuA ASP 4 10-13-07 10:25 AM
Form mail with validation! pls help ty iangarrinud PHP 4 09-24-07 08:31 AM
Attachement help needed sujata_ghosh Perl 18 06-22-07 02:00 PM
file attachment problem on email script sujata_ghosh Perl 2 01-11-07 02:17 AM


All times are GMT -5. The time now is 03:15 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.