|
|
Q823 How can I make a window that always stays on top and never closes?
irt.org | Knowledge Base | JavaScript | Window | Q823 [ previous next ] Q823 How can I make a window that always stays on top and never closes?Place the following in the document to be loaded in a popup window.
It can however be defeated by disabling JavaScript. Microsoft Internet Explorer can use the unBeforeUnload to ask the user if he/she really wants to close: http://msdn.microsoft.com/workshop/author/dhtml/reference/events/onbeforeunload.asp For a good article, please read http://developer.netscape.com:80/viewsource/goodman_modal/goodman_modal.html Feedback on 'Q823 How can I make a window that always stays on top and never closes?' |
-- div -->
|