Signup · Login
Stardeveloper.com  
Home · Tutorials · Forums · Web Hosting Plans · Faisal Khan's Blog · Contact
Forums : ASP : ASP 3.0 : typo in original code Signup · Login
Author Thread
typo in original code
Posted in tutorial: Server Side Email Addresses Validation using VBScript
·  drkegley
User
Joined: 18 Feb 2003
Total Posts: 1
typo in original code
Posted: 18 Feb 2003
In the last if statement, the isitvalid is split. I'm sure most people will catch this, but wanted to point it out.

if InStr(email, "..") > 0 then
is it valid=false
end if

should be

if InStr(email, "..") > 0 then
isitvalid=false
end if

Users Who Have Visited This Thread In Last 24 Hours
2 Visitors

Login
UserName Or Email Address:       Password:       Auto-Login:    
· Create New User Account
· Send Forgotten Password by Email
 
© 1999 - 2009 Stardeveloper.com, All Rights Reserved.