On 12/15/05 3:26 PM, "Thom Hehl" <[EMAIL PROTECTED]> wrote:

> I have a screen that is gotten to by a rather elaborate search string. I
> want to put a button on that page that calls a CGI and passes it
> location.href, which has all of the parameters I need to get back to
> that page. The problem is, how do I do that without it mucking up the
> search string with all of the ? and &s?

Make the button a form submit button and put all of your CGI parameters into
the form as hidden fields.

Sean



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to