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
>
>   <form method="post" action="myscript.cgi?param=value">

Appending any query string to the URL is the browser's task.  It is best not to try to 
duplicate it.


<input type="hidden" name="Stage" value="Initiation">

Joseph


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

Reply via email to