vbprog40
10-28-2003, 03:09 PM
Is there any way to disable the upright ->[X] on a popup window so the user has to click a button on the page to close the popup window?
Thanks
Thanks
|
Click to See Complete Forum and Search --> : Disable [x] vbprog40 10-28-2003, 03:09 PM Is there any way to disable the upright ->[X] on a popup window so the user has to click a button on the page to close the popup window? Thanks fredmv 10-28-2003, 03:11 PM Sorry, but no. Why would you want to anyway? The browser chrome is property of the user, not you. You really shouldn't take away basic functionality of the browser window from the user. vbprog40 10-28-2003, 03:54 PM Because if they doen't click the button to close the window the parent page will not change, if they only X out of the page with page will not change. fredmv 10-28-2003, 03:56 PM Why is this true? Can't you use an onunload event handler that will be triggered by either button? vbprog40 10-28-2003, 06:27 PM Your completly right! I never even thought about onload function. Thank! fredmv 10-28-2003, 08:51 PM No problem! Be sure to state what you're trying to do next time, so then we can provide other ways of accomplishing it. ;) webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |