i want to send a url variable to 2nd page that contains links to a 3rd page. I want the 2nd page links to pickup the variable and append it to the link on that page. Then, when the user clicks on the link in that page the user is sent to the 3rd page carrying the variable along with it.
page 1 = a href="http://www.page1.html?aff=1234"
page 2 = a href="http://www.page3?aff=????"
so i need to have a script that will replace the ???? with "1234"
I can't use any server scripting-
appreciate any help