New window script is not working at MS Vista?
-
I'm making a ASP.NET 2.0 program. I need to display page information to new windows. This is my code. string cPSCRIP = "" + "window.open('test.aspx','test',"+ "'width=auto,height=auto,toolbar=no,menubar=no,"+ "scrollbar=yes,resizable=yes')" + ""; ClientScript.RegisterStartupScript(typeof(Page),"Testscript",cPSCRIP); At MS WindowXP with IE7, this works. However, at MS Vista with IE7, this code is not working. It only show 'done, but there is error on page' message at statusbar. How can I solve this problem? Can anyone help me? PS) MS Vista with IE7 -> protected mode:on
-
I'm making a ASP.NET 2.0 program. I need to display page information to new windows. This is my code. string cPSCRIP = "" + "window.open('test.aspx','test',"+ "'width=auto,height=auto,toolbar=no,menubar=no,"+ "scrollbar=yes,resizable=yes')" + ""; ClientScript.RegisterStartupScript(typeof(Page),"Testscript",cPSCRIP); At MS WindowXP with IE7, this works. However, at MS Vista with IE7, this code is not working. It only show 'done, but there is error on page' message at statusbar. How can I solve this problem? Can anyone help me? PS) MS Vista with IE7 -> protected mode:on
And what does the error message say?
only two letters away from being an asset
-
And what does the error message say?
only two letters away from being an asset
-
Dong Kim wrote:
It only show 'done, but there is error on page' message at statusbar
Double click the icon and show what the error is :rolleyes:
only two letters away from being an asset