Email validation

P

Paul M

Hi
In a Frontpage form can anyone suggest some validation
rules for an email text box.
Thank
Paul M
 
A

Andrew Murray

a bit difficult, since an email address can be basically anything as long as it
follows the rule such as

[email protected]

you might find a script that checks for the "@" symbol but since there are
millions of email addresses you can't check for whether an email exists or not.
 
Top