| function Button1_onclick() { | |
| var w | |
| if(window.screen.width==1366 && window.screen.height==768) | |
| { | |
| window.open("Login.aspx","Welcome","titlebar=0,fullscreen=0,addressbar=0,left=0,top=0,maximized=yes,width=1366,height=768,scrollbars=yes,resizable=yes,statusbar=1") | |
| } } |
window.open not working in IE10
window.open function is working in all browsers except IE10 how to solve this issue?can anyone help me?
Priyank KharePosted Nov 8, 2013, 3:06 AM
This occurs, may be, due to IE10 setting about pop-up, the default setting is "Let Internet Explorer decide how pop-ups should open", if you want to open the page in a new window, you can open IE10 option, under "General", "Tabs", "When a pop-up is encountered", please select "Always open pop-ups in new window".