Validating email addresses is not entirely possible. You can
only validate
the SYNTAX of an email address. This is best done server side
rather than
client side (or perhaps both ways) since validating only
client side can be
defeated by simply disabling javascript.
I like the Spry validation, though, because it is EXTREMELY
flexible and
easy to use. David Powers has some very good discussions
about Spry in his
Dreamweaver CS3 with CSS. Ajax, and PHP book, as does David
McFarland in his
Dreamweaver CS3: The Missing Manual.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"Art" <lee_nospam_@nospam_artjunky.com> wrote in
message
news:fe5uke$pu7$3@forums.macromedia.com...
> I've seen that spry can be used to validate forms. I
have not seen an
> example of an email address or more complicated
validating being done.
>
> Where's a good source for how to do this?