How do I compare "email" and "confirm email" in a FrontPage 2003 f

G

Guest

Hi:
I need to confirm the email address entered in a form published to the web
with FrontPage 2003. I've tried J-Bots "compare fields" but can't make it
work. Is there something native to Frontpage 2003 that will let met do that?
I'm publishing to a server with FP extensions, that works for other FrontPage
peculiar functions.
I'd appreciate any help.
Thans,
Gus
 
J

John Malone

This might help?

http://www.willmaster.com/possibilities/archives/wmp20050104001.shtml

John Malone
===============
| Hi:
| I need to confirm the email address entered in a form published to the web
| with FrontPage 2003. I've tried J-Bots "compare fields" but can't make it
| work. Is there something native to Frontpage 2003 that will let met do
that?
| I'm publishing to a server with FP extensions, that works for other
FrontPage
| peculiar functions.
| I'd appreciate any help.
| Thans,
| Gus
 
A

Andrew Murray

Nothing in FP can help you do this.

Here's a script I found probably similar to the JBots one you've tried:
http://javascript.internet.com/forms/password-verifier.html - it is actually
a "password verifier" - but you can adapt it to be for email addresses -
note it probably has the fields set as type "password" (so the characters
are not echoed to the screen) just change these to "text" in the sample
form.


Make sure you change all the field names and variables to suit your form.

Try it as it is first, to see it working or go here for the working sample:
http://javascript.internet.com/forms/password-verifier.html

Copy/Paste the code from the scroll-box on the above site in to your page.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top