I use PHP with MySQL on Linux box.
I have some 70 odd forms in one of my application, each with varying number
of parameters.
Is it possible to have a single function declared using JavaScript that can
accept multiple variables as parameters for validation check, before the form
is submitted.
What would be the syntax ?
ie at the end of the form I can just write onClick=validate("parameterA",
"parameterB", "parameterC")
Thanx in advance.
CK Raju
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]