hi..
in c#..
linkbutton_click
string popup22 = "<script language='javascript'>" + "window.open('http://localhost:1133/webfiles/management.aspx?username=" + username + "','PopUp11')" + "</script>";
ScriptManager.RegisterClientScriptBlock(this.Page, this.GetType(), "Popup11", popup22, false);
this statement is working fine in "IE browser"..
but if i run the application in other browsers means its not working(except IE)..
how to do this..
need ur suggestions with example..
regards
gopal.s