Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Re: Pushing along the Query_String

by peppiv (Curate)
on Jul 08, 2003 at 14:16 UTC ( [id://272289]=note: print w/replies, xml ) Need Help??


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

Replies are listed 'Best First'.
Re: Re: Re: Pushing along the Query_String
by derby (Abbot) on Jul 08, 2003 at 18:02 UTC
    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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://272289]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2024-04-23 14:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found