alert message
-
Hi, I want display an alert message when user closes my web application how to do this help me thanks in adv
-
Hi, I want display an alert message when user closes my web application how to do this help me thanks in adv
-
, Alt+F4 , File -> Close if(window.event.clientX < 0 && window.event.clientY <0) { alert('your message'); } }
Cheers!! Brij
thanks for your rply but thius is not working
-
thanks for your rply but thius is not working
ratnakar_ravi wrote:
but thius is not working
Why ? From where did you call it ? Do you have mater page, if yes then call it from master page unload or if not then place it in every page unload. It should work !!!
cheers, Abhijit
-
thanks for your rply but thius is not working
-
thanks for your rply but thius is not working
Do you have any idea at all ? How does 'this is not working' tell us anything ? What is happening ? How did you try to debug it to see if the code was being called at all ?
Christian Graus Driven to the arms of OSX by Vista.