lepelle
12-15-2003, 05:32 AM
In a dynamic website, I use a popup window without browser buttons and other browser stuff for the interactive dialogs.
So when you login a popup window provides you with everything you need. This way I can better control what the user can do. In my functionality I have built in a record control function, which locks a database records, once it is opened for editing. It is released when the user cancels or updates or deletes the record. If records are still locked when you try to logout you are asked to release such records.
Since I cannot prevent a user from clicking the close button in the windows user interface, or using alt F4 to close, I need to popup the logout page once somebody is trying to close the interactivitity window.
Need to popup a new window when application is trying to close a window.
Has anybody got an answer to this question?
Thanks,
Per Jansson
So when you login a popup window provides you with everything you need. This way I can better control what the user can do. In my functionality I have built in a record control function, which locks a database records, once it is opened for editing. It is released when the user cancels or updates or deletes the record. If records are still locked when you try to logout you are asked to release such records.
Since I cannot prevent a user from clicking the close button in the windows user interface, or using alt F4 to close, I need to popup the logout page once somebody is trying to close the interactivitity window.
Need to popup a new window when application is trying to close a window.
Has anybody got an answer to this question?
Thanks,
Per Jansson