Thanks for the help. I didn't want to break into the CGI.pm and make any changes. So I tried you're other two possibilities to no avail. The Google Ad Campaign gets me to the first landing page with this URL:
It's a flat html file with a form in it. When I tried to add the Query_String, it wouldn't accept it's value. I was able to push it along once using JavaScript and the location.search method. But I couldn't get it to read from there.
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.