PDA

View Full Version : Client Side Email Validation Pop-up Not Showing


Kevin373660
03-20-2009, 12:23 PM
I have followed the instructions and test files for "Combining Client-Side and Server-Side Validation." Worked the firt time through the lesson.

Now, I am trying to apply the same procedures for an email form without the second email option, as shown in the tutorial. However, on my first try the pop-up warning worked with the next input field. I started from scratch (several times Pages 55 to 65) and now I can not get a pop-up to work. The additional Error (text) Messages for page and formating work and reconize the email blank or formated incorrectly.

Any sugestions? Pop-up Blocker is turned off in browser. The instruction tutoral page still works fine. Is there another step beyond page 65 that has to be implimented first?

Pop-up -WAAlertErrros
Header-"The following erro was found"
Footer-"Correct invalied entry to coninue"

Tag<input> (set to the email input field)
onBlur Required / Not Blank / Selection Made
onBlur Show Validation Errors

Kevin373660
03-23-2009, 07:38 AM
Problem resolved.

1.The email form Input tag name=e-mail and ID=e-mail was an incorrect syntax. It worked fine with Universal Email and servers. But it did not work with Validation. Corrected syntax format:

name=EmailAddress and ID=EmailAddress

or

name=Email_Address and ID=Email_Address

2. Also found that CSS DIV Height needs to be set great enough to add the extra code Show If box and tab in Design View arround the text. After code is complete and tested the CSS Hight for the DIV can be reset to the original setting.