Essentially I have one HTML Script, in the javascript portion of the HTML code, I have a few variables. Essentially how do I get those values to interact with another url location.
To rephrase, Let's say I have this URL, containing the variables in that script: www.example.com/stuff. Now I want to use those variables to interact with www.example.com/stuff2.
How would I do that?