Hi,

>I'm using mySQL for login name, password validation.
>This from a standard html static page.
>
>I can't see how I can get to this data to validate it?
>Is it possible?

On a standard HTML static page you can use JavaScript for form field
validation and not even submit the form if the inputs aren't valid.
There are dozens of free scripts that do this for you, check out sites
like dynamicdrive.com and alistapart.com.

Even if you didn't want to use JavaScript, you could (and should) add
checking to whatever handles the login on the server side, e.g. the
servlet/JSP/login bean/login action, whatever technology you're using.

Yoav



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to