Web Development
Knowledge Base
Sunday, January 16, 2011
Javascript pop up window focus
How to focus the pop up window if the same window needs to be refreshed multiple times based on the action?
Give as below:
newwindow = window.open(url, "myWin", "width=600,height=400,toolbar=0,scrollbars=0");
newwindow.focus();
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment