REGISTER
|
Search Tycoon Talk
|
Freelancer.com
|
Members
Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.
Register Here
Forum Rules
JavaScript Forum
You are currently viewing our JavaScript Forum as a guest. Please
register
to participate.
Login
Remember Me?
Login via Freelancer.com
Tycoon Talk
>
Web Development and Programming Support
>
JavaScript Forum
>
Multiple email address validation script
Link Back
Thread Tools
Search this Thread
Multiple email address validation script
11-22-2006, 04:53 PM
#
1
(
permalink
)
Multiple email address validation script
soon
Skilled Talker
Posts: 81
Trades:
0
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
04:54 PM
..
Register
now for full access!
11-22-2006, 07:51 PM
#
2
(
permalink
)
Re: Multiple email address validation script
logic ali
Super Talker
Posts: 104
Trades:
0
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, 08:38 PM
#
3
(
permalink
)
Re: Multiple email address validation script
soon
Skilled Talker
Posts: 81
Trades:
0
Talkupation:
Cool, that works fine, thanks!
« Reply to
Multiple email address validation script
Previous Thread
|
Next Thread
Tycoon Talk
>
Web Development and Programming Support
>
JavaScript Forum
>
Multiple email address validation script
Thread Tools
Search this Thread
Show Printable Version
Email this Page
Search this Thread
:
Advanced Search
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
On
HTML code is
Off
Trackbacks
are
Off
Pingbacks
are
Off
Refbacks
are
Off
Forum Rules
Feeds:
RSS
JS
XML
Feeds for this forum:
RSS
JS
XML
LinkBack
LinkBack URL
About LinkBacks
Bookmark & Share
Digg this Thread!
Add Thread to del.icio.us
Bookmark in Technorati
Tweet this thread
Page generated in
0.23581
seconds with
12
queries