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 searching for missing params you would likely want to
negate the search ( ... !param("...") ... )

hope this helps,
joe


On Tue, Mar 3, 2009 at 2:11 PM, Julia Gallardo Lomeli
<juliaaa...@gmail.com>wrote:

> 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
>



-- 
since this is a gmail account, please verify the mailing list is included in
the reply to addresses

Reply via email to