Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
window.open not working in IE10
deepa ashwi
11y
2k
1
Reply
window.open function is working in all browsers except IE10 how to solve this issue?can anyone help me?
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")
}
}
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
How to load an Iframe instantly with the parent page?
Array in Javascript ?