Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I keep a pop up window on top?

Status
Not open for further replies.

phillyfino

Programmer
Jan 16, 2003
6
US
Hi,
I want to keep a pop up window that I opened using window.open() as the top window, meaning that the user can't click on the page behind the pop up until they trigger an onclick event in the pop up window. Thanks for your input!
 
not easily done cross-browser (if at all possible), but if you can live with IE-only code, use window.showModalDialog()

search msdn.microsoft.com for "showModalDialog" to learn all the details =========================================================
if (!succeed) try();
-jeff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top