Yannick Warnier wrote:
> Hi,
>
> I cannot find any way of accessing an "action" parameter of a form with
> my perl script.
>
> So in fact i have
>
>
Appending any query string to the URL is the browser's task. It is best not to try to
duplicate it.
Joseph
--
To unsubscribe, e-mail: [E
Yannick Warnier wrote:
> Hi,
>
> I cannot find any way of accessing an "action" parameter of a form
> with my perl script.
>
> So in fact i have
>
>
>
> And in the called script, I would like to have the "param" value
> "value". How can I do that? It doesn't work with
>
> $object = new CG
>
> Hi,
>
> I cannot find any way of accessing an "action" parameter of a
> form with my perl script.
>
> So in fact i have
>
>
Try putting param=value into a hidden form field.
When you mix get and post it won't always work.
DMuey
>
> And in the called script, I would like to have t