Jon
08-25-01, 12:20 PM
I am trying to write a java script that will check for certain email addresses in a form and not allow them to be submitted.
I've written a script to check for invalid email addresses (i.e. a comma or space within the address).
an example would be if the user tried to submit the form using an email address of me@juno.net, they would see an alert box telling this type of email address in not allowed and the form would not be submitted.
How do I set up the java script to detect the non acceptable email address?
thanks
Jon
I've written a script to check for invalid email addresses (i.e. a comma or space within the address).
an example would be if the user tried to submit the form using an email address of me@juno.net, they would see an alert box telling this type of email address in not allowed and the form would not be submitted.
How do I set up the java script to detect the non acceptable email address?
thanks
Jon