Forum Home
|
Marketplace
|
Articles
|
Blogs
|
Interviews
|
Tools
REGISTER
|
SEARCH
|
MEMBERS
|
F.A.Q.
Register Here
Forum Rules
Webmaster-Talk.com
>
Coding Talk
>
JavaScript Forum
>
Multiple email address validation script
Link Back
Thread Tools
Multiple email address validation script
11-22-2006, 03:53 PM
#
1
(
permalink
)
Multiple email address validation script
soon
Skilled Talker
Posts: 63
Talkupation:
Hi folks
I am using this comprehensive script
http://javascript.internet.com/forms...alidation.html
to validate a form email address input.
However, I'd now like to validate two different addresses on the same form.
onSubmit="return emailCheck(this.email.value)"
The code to check email name 'email' is
onSubmit="return emailCheck(this.email.value)"
So I am just wondering how to put two checks on two different email inputs. I have not got it to work so far!
Thanks for any ideas
Best wishes
Tony
Last edited by soon : 11-22-2006 at
03:54 PM
.
When You
Register
, These Ads Go Away!
11-22-2006, 06:51 PM
#
2
(
permalink
)
Re: Multiple email address validation script
logic ali
Skilled Talker
Posts: 85
Talkupation:
Quote:
Originally Posted by
soon
Hi folks
I am using this comprehensive script
http://javascript.internet.com/forms...alidation.html
to validate a form email address input.
However, I'd now like to validate two different addresses on the same form.
onSubmit="return emailCheck(this.email.value)"
The code to check email name 'email' is
onSubmit="return emailCheck(this.email.value)"
So I am just wondering how to put two checks on two different email inputs. I have not got it to work so far!
Try:
Code:
onSubmit="return emailCheck(this.email.value)&&emailCheck(this.email2.value)"
11-22-2006, 07:38 PM
#
3
(
permalink
)
Re: Multiple email address validation script
soon
Skilled Talker
Posts: 63
Talkupation:
Cool, that works fine, thanks!
« Reply to
Multiple email address validation script
Previous Thread
|
Next Thread
Webmaster-Talk.com
>
Coding Talk
>
JavaScript Forum
>
Multiple email address validation script
Thread Tools
Show Printable Version
Email this Page
Posting Rules
You
may not
post new threads
You
may not
post replies
You
may not
post attachments
You
may not
edit your posts
vB code
is
On
Smilies
are
On
[IMG]
code is
On
HTML code is
Off
Trackbacks
are
Off
Pingbacks
are
Off
Refbacks
are
Off
Webmaster Resources Marketplace:
Software Development Company
|
Webhosting.UK.com
Web Templates
|
Text Link Brokers
|
Stock Photos
Feeds:
RSS
JS
XML
Feeds for this forum:
RSS
JS
XML
Mark Forums Read
-
View Forum Leaders
-
Contact Us
-
Webmaster Forum
-
Advertise
-
Archive
-
Privacy Statement
-
Top
Page generated in
0.12745
seconds with
13
queries