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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Popup Window works like Alert????

Status
Not open for further replies.

yash

Programmer
Apr 9, 2001
46
IN
Hi All JavaScript Gurus:
Can we create popup window work like Alert Box???
Means Without pressing "OK" button on popup window you cannot click anywhere else..

Thanks in Advance..
Regards
 
As far as I remember, there's ShowModal() function that creates such a window.
But - remember - it's only for IE and will not work in any other browser!
 
You ought to be able to use some javascript to force the user to close the popup window before they can do anything else. It won't keep them from clicking away from the browser to another application, but you really don't need to do that anyway. Put some code in your main page to make sure that the popup is closed before they can do anything else, otherwise send the focus back to the popup window. Tracy Dryden
tracy@bydisn.com

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top