Welcome to Dream.In.Code
Getting Help is Easy!

Join 131,597 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 2,204 people online right now. Registration is fast and FREE... Join Now!




browser close events in java script

 
Reply to this topicStart new topic

browser close events in java script, browser close events with all possible options

sathish1712
post 8 Oct, 2008 - 08:27 AM
Post #1


New D.I.C Head

*
Joined: 8 Oct, 2008
Posts: 2

Hi,
could any one post the code code for detecting browser close events.
i searched for it a lot and found very less usefull code on the net.
i need code for browser close events with all possible options like ALT+F4, F4, CTRL+W,
browser close button, ALT+F+X and so on.
i would be glad if some one can post the code for me.
thanks in advance.
User is offlineProfile CardPM

Go to the top of the page


William_Wilson
post 8 Oct, 2008 - 09:29 AM
Post #2


lost in compilation

Group Icon
Joined: 23 Dec, 2005
Posts: 3,951



Thanked 13 times

Dream Kudos: 3275

Expert In: Java, C, Javascript

My Contributions


html

<html>
<head>
<title>
Detect Browser Close
</title>

<script language="javascript">
function close()
{
alert("You're closing the browser!");
}
</script>
</head>
<body onbeforeunload="close()">

</body>
</html>

That should catch all of them.
User is offlineProfile CardPM

Go to the top of the page

sathish1712
post 8 Oct, 2008 - 06:49 PM
Post #3


New D.I.C Head

*
Joined: 8 Oct, 2008
Posts: 2

QUOTE(William_Wilson @ 8 Oct, 2008 - 10:29 AM) *

html

<html>
<head>
<title>
Detect Browser Close
</title>

<script language="javascript">
function close()
{
alert("You're closing the browser!");
}
</script>
</head>
<body onbeforeunload="close()">

</body>
</html>

That should catch all of them.



Hi, Thanks for your reply.
i tried all these options, it doesn't solve your problem.
i need a piece of code that can handle browser close event in all versions with all possible options of closing the browser.
User is offlineProfile CardPM

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 11/20/08 04:01AM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month