hi..
i was open a new window with a query string...
i was using this script in my code behind..
int value1=123;
string popup = "<script language='javascript'>" + "window.open('http://localhost:3261/ss/Temporary.aspx?value=" + value1 + "','PopUp')"+"</script>";
ScriptManager.RegisterClientScriptBlock(this.Page, this.GetType(), "Popup", popup, false);
it is working fine in IE..
but if i open in mozilla or other browsers means the script not open the new window...
need ur suggestions..
explain with example..
regards
gopal.s