Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-15-2009, 09:31 PM   PM User | #1
deshi2003
New Coder

 
Join Date: Mar 2009
Posts: 74
Thanks: 2
Thanked 0 Times in 0 Posts
deshi2003 is an unknown quantity at this point
event in javascript when window closed.

hey!!!!!!!!! does any one know which event is called when a browser window is closed by a user.

please help me out.
deshi2003 is offline   Reply With Quote
Old 03-15-2009, 10:18 PM   PM User | #2
freedom_razor
Regular Coder

 
Join Date: Dec 2008
Location: Tannhäuser Gate
Posts: 286
Thanks: 7
Thanked 58 Times in 57 Posts
freedom_razor is an unknown quantity at this point
That would be ONUNLOAD.
freedom_razor is offline   Reply With Quote
Old 03-16-2009, 08:50 AM   PM User | #3
itsallkizza
Senior Coder

 
Join Date: Oct 2008
Location: Long Beach
Posts: 1,196
Thanks: 36
Thanked 164 Times in 164 Posts
itsallkizza will become famous soon enough
ya onunload or onbeforeunload

onbeforeunload is more useful because you have the DOM to work with - there's not much you can do on the actual page itself with onunload except send off a quick ajax request to record whatever u need. keep in mind though that opera (i believe even the latest version) doesnt support onbeforeunload
__________________
Feel free to e-mail me if I forget to respond ;)
ohsosexybrit@gmail.com
itsallkizza is offline   Reply With Quote
Old 03-16-2009, 09:06 AM   PM User | #4
deshi2003
New Coder

 
Join Date: Mar 2009
Posts: 74
Thanks: 2
Thanked 0 Times in 0 Posts
deshi2003 is an unknown quantity at this point
thanks to all
deshi2003 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:15 PM.


Advertisement
Log in to turn off these ads.