Anyone know how to hook a browser's Stop button (event?) in JS? I've
looked through the Document and Window DOM events in my O'Reilly JS
book and don't see anything that stands out. About the closest thing
I've come across is onAbort() in the Image object... I just want to
know if Stop was clicked and if so redirect using parent.location ...
Thanks,
Chris
-----
Chris Olive
chris [I'm at] technologEase [dot] com
(pronounced "technologi es")
looked through the Document and Window DOM events in my O'Reilly JS
book and don't see anything that stands out. About the closest thing
I've come across is onAbort() in the Image object... I just want to
know if Stop was clicked and if so redirect using parent.location ...
Thanks,
Chris
-----
Chris Olive
chris [I'm at] technologEase [dot] com
(pronounced "technologi es")
Comment