Hiya. Is there an easy way to redirect a user to another webpage instantly?
Basically I'm wanting to do this:
- The user clicks a button on my page (could just be a normal image)
- it goes to another normal HTML page that I can embed some google tracking script on.
- The the page then calls a paypal shopping cart button useing the Form Action etc that a normal button would if the user clicked in on the first page.
Is that possible?
Maybe I'm not explaining it very well. I have a page with a form button on which has the paypal shopping cart code. But in order to track who clicks it, I need a simple button to lead to another page with some google script on which then automatically calls the Form Action code for the Paypal button.
Yes I know I could write some php script that tracked clicks on the Paypal button on the first page, but actually I need it to go to a separate page because I use adwords and google can tell me which Key words led to a click of the button, this is very valuable information!
Thanks for any help!
Basically I'm wanting to do this:
- The user clicks a button on my page (could just be a normal image)
- it goes to another normal HTML page that I can embed some google tracking script on.
- The the page then calls a paypal shopping cart button useing the Form Action etc that a normal button would if the user clicked in on the first page.
Is that possible?
Maybe I'm not explaining it very well. I have a page with a form button on which has the paypal shopping cart code. But in order to track who clicks it, I need a simple button to lead to another page with some google script on which then automatically calls the Form Action code for the Paypal button.
Yes I know I could write some php script that tracked clicks on the Paypal button on the first page, but actually I need it to go to a separate page because I use adwords and google can tell me which Key words led to a click of the button, this is very valuable information!
Thanks for any help!