window.open("page.html?user=value", "", "");

var s = location.search.substr(1);
var value = s.substr(s.indexOf("=") + 1);