http://www.perlmonks.org?node_id=272289


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

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:

http://www.newservice.com/new_offer.html?src=google&c=D1&ag=2&kw=discount+family&id=1057670384

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.

Any other ideas are more than welcome!

peppiv