Re: CGI parameter question

2004-09-08 Thread Sean Davis
Another good point to know. I will try something like that. Sean On Sep 8, 2004, at 11:11 AM, William McKee wrote: On Wed, Sep 08, 2004 at 11:06:58AM -0400, Sean Davis wrote: Thanks for the clarification. This is as I suspected and not hard. I guess I have to do reset on my own, then, as well? N

Re: CGI parameter question

2004-09-08 Thread William McKee
On Wed, Sep 08, 2004 at 11:06:58AM -0400, Sean Davis wrote: > Thanks for the clarification. This is as I suspected and not hard. I > guess I have to do reset on my own, then, as well? Not sure what you mean by "do reset". I have had problems where "smart" browsers cached form values that made i

Re: CGI parameter question

2004-09-08 Thread Sean Davis
William, Thanks for the clarification. This is as I suspected and not hard. I guess I have to do reset on my own, then, as well? Sean On Sep 8, 2004, at 10:46 AM, William McKee wrote: On Wed, Sep 08, 2004 at 09:18:17AM -0400, Sean Davis wrote: I would like to be able to have the page switch and

Re: CGI parameter question

2004-09-08 Thread William McKee
On Wed, Sep 08, 2004 at 09:18:17AM -0400, Sean Davis wrote: > I would like to be able to have the page switch and any other visible > parameters on the page be persistent and visible to the user. I would > also like to be able to use the reset button for the form to reset the > values. Hi S

CGI parameter question

2004-09-08 Thread Sean Davis
I have the following html and CGI subroutine that handles it (uses HTML::Template). I would like to reload the page, switching to another page when the user changes the pull-down menu. This works fine. However, as you can see, there is another parameter, name, that I is included with the