faqts : Computers : Internet : Web : HTML

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

11 of 27 people (41%) answered Yes
Recently 5 of 10 people (50%) answered Yes

Entry

Is there any way to detect (react) from (within) HTML-code or JavaScript-Code when a user pressed the "Back"-button (to catch this event)?

Jun 6th, 2002 14:33
Colin Snover, Daniel Amsler,


The only(?) way to do this would to be using onUnload, but that would
detect any page change, not just back.