Bear Bibeault wrote:Thank goodness you are not able to annoy the population with such nonsense. Please read InterfaceDesignersRule1.
Hi Bear,
I know this question looks like nonsense as you said. But my requirement comes like that..we need to process logout request even when the user closes the window, because the useridentification is completely based on cookies and need to clear the cookies before closing the browser. Though the request is sent to server, the response is not captured by browser as it is been closed immediately .
So i thought of cancelling the close event and closing the browser after logoff process is completed which led me to post this request.
Finally we come out with an another approach which was processed successfully.
Thanks for sharing the DesignerRules....