Re: access CGI action parameter

2003-04-02 Thread R. Joseph Newton
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

RE: access CGI action parameter

2003-04-02 Thread Bob Showalter
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

RE: access CGI action parameter

2003-04-02 Thread Dan Muey
> > 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