I have a javascript function which passes as a query string value another query string.
In other words, I want the query string to be:
http://www.so
javascript:alert(escape('?key=value1&key2=value2'));
Works fine for me?