TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
deepa ashwi
NA
109
602.1k
window.open not working in IE10
Nov 8 2013 2:41 AM
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")
}
}
Reply
Answers (
1
)
Failed to add a service. Service metadata may not be access?
Array in Javascript ?