> 
> Hi,
> 
> I cannot find any way of accessing an "action" parameter of a 
> form with my perl script.
> 
> So in fact i have
> 
>   <form method="post" action="myscript.cgi?param=value">

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 the "param" 
> value "value". How can I do that? It doesn't work with
> 
>   $object = new CGI;
>   print $object->param('param');
> 
> Help!
> 
> Yannick
> 
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

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

Reply via email to