Confirmation email
-
Hi, I have two text boxes Email and confirmation Email. I need to force the user to enter confirmation email only when the email textbox is entered. If the value is not entered in the Email textbox then I don’t need to check the confirmation email is entered or not. How to do this in javascript I know I have to write one function which checks for the email textbox if it is empty then display the message after the confirmation email? How to display the message after the confirmation email? Which client side event we need to use for the confirmation email to call the javascript function? Thanks in advance
-
Hi, I have two text boxes Email and confirmation Email. I need to force the user to enter confirmation email only when the email textbox is entered. If the value is not entered in the Email textbox then I don’t need to check the confirmation email is entered or not. How to do this in javascript I know I have to write one function which checks for the email textbox if it is empty then display the message after the confirmation email? How to display the message after the confirmation email? Which client side event we need to use for the confirmation email to call the javascript function? Thanks in advance
In ASP.NET I would use a custom validator to do the checking yourself, you can also use a regular expression in this so it will check if the email is valid. This will create backup checking as well as front end javascript code for you.
Grady Booch: I told Google to their face...what you need is some serious adult supervision. (2007 Turing lecture) http://www.frankkerrigan.com/[^]