I want to have a small javascript program append every link on the page with varibles I'm passing to it through the URL.
Example:
URL = "http://www.nameofsite.com/index.php?page=2&d_y=2004&d_m=12&d_d=29"
I want the javascript app to add this to the end of every link on the page:
&d_y=2004&d_m=12&d_d=29
Any help?
Blaze