Quote:
Originally Posted by Publisher Bucks
No im trying to get them to pass a vote across without actually having to click a button prior to hitting the target url
Otherwise I'll have a redirect page with a form on it that I'll have to throw ads on before going to the tagret url which will detract from the surfers site experience.
|
I see.
If you want to move the visitor from one page to another, while at the same time, invoking a script using the form data from the first page, you might be able to achieve that by passing the data to the next page and coding the next page to recognize the passed form data, invoking a web hit to whatever script is handling the form data.
Do you have coding control of the target page, or is that a third party page?