for CGI i don't believe there is anything like you are requesting - that
would be addressed in javascript. however, you can name the params in each
form as "formA_parameter", "parameter_formA", or something similar
and search like:
if (param("formA_parameter"))
{
...
}
though if you're sea
I have 2 forms:
form A and form B
I am validating if there are blank fields in form B, what can I do to make :
if (param()) {
}
but only focus on the parameters in form B... how can I call parameters from
only one form???
Is there anything like formA.param() ???
--
Julia Gallardo Lomeli