in reply to Re: Re: Pushing along the Query_String
in thread Pushing along the Query_String

It's a flat html file with a form in it.

Well that's the problem right there. You're either going to have to convert that to an SSI or a cgi script or put a modperl handler on top of it -- you need to jam the incoming query params onto the form so they're passed along.

-derby

update: There may be a javascript solution but my brain doesn't even want to go there.

  • Comment on Re: Re: Re: Pushing along the Query_String