R
Rainmanjam
I have a variable that is in my javascript code. I would like to
create a url with variables from javascript to pass to another page.
Example:
http://www.bla.com/test.aspx?var1="jsvar1"&var2="jsvar2" etc.
What would be the best way of doing this?
create a url with variables from javascript to pass to another page.
Example:
http://www.bla.com/test.aspx?var1="jsvar1"&var2="jsvar2" etc.
What would be the best way of doing this?