<<BACK    HOME    CNCPT    TTRL    JSsf.net/projects/validateformjs[ U | s | m | ? ]
   rqd dec EML int len mcr bss trm sifAll Concepts
   frm txt pwd txa rdo sl1 chk slmAll Object Types

validate_form.js
Concept: sMsgTxtEmail

Ensures a string value is a properly-formatted email address. Summary
sMsgTxtEmail All Attributes
txt pwd txa rdo sl1 chk slm Interactive Example Code
Higher  [  trm rqd len dec EML int sif mcr bss  ]  Lower Precedence


[TOP]   sMsgTxtEmail attribute: sMsgTxtEmail        
Value Purpose The error message presented to the user when the value is not a valid email address.
Value Rules Must be a string at least one character in length.
Object Compatibility text,  password
Attribute Compatibility sMsgRequired,  sMsgBadLength,  bsNoBadSubStrs,  asBadSubStrs,  sMsgBadSubStr,  bsDontTrimSpaces,  bsTrimSpaces

Other sMsgTxtEmal Notes









TOP     rqd dec EML int len mcr bss trm sif
<<BACK  TXT pwd txa rdo sl1 chk slm
Object Type Concept
text sMsgTxtEmail

VF-Config Snippet f_orm.your_email.sMsgTxtEmail = 'That is not a legal email address.';
Example Element <INPUT TYPE="text" NAME="your_email">

The form Change the vf-configuration
What is your email address?
sMsgRequired
sMsgTxtEmail
[[   DBG     ]]



TOP     rqd dec EML int len mcr bss trm sif
<<BACK  txt PWD txa rdo sl1 chk slm
Object Type Concept
password sMsgTxtEmail

VF-Config Snippet f_orm.secret_email.sMsgTxtEmail = 'Your *secret* email address (shhhhhh) is not a *legal* email address.';
Example Element <INPUT TYPE="password" NAME="secret_email">

The form Change the vf-configuration
What is your secret (shhhhhh) email address?
sMsgRequired
sMsgTxtEmail
[[   DBG     ]]





































SourceForge.net Logo

Copyright (C) 2003-2005, Jeff Epstein.   All rights reserved.