How can i open new popup IE windows in Windows Vista?
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
cTMPSCRIPT = "<script language='javascript'>" + "window.open('frmPOPRT.aspx','P/O Preview'," + "'width=auto,height=auto,toolbar=no,menubar=yes,scrollbar=yes,resizable=yes')</script>"; ClientScript.RegisterStartupScript(this.GetType(), "Preview", cTMPSCRIPT); This is the code i used. However, when i tried with IE7 and Vista, it won't open new window. This is the error I got. Line: 61 Char: 1 Error: Invalid argument Code: 0 URL:.... How can I solve this problem? Please help me. Thanks