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..
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.