Hooking browser Stop button?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • C. Olive

    Hooking browser Stop button?

    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")
  • Martin Honnen

    #2
    Re: Hooking browser Stop button?



    C. Olive wrote:
    [color=blue]
    > 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 ...[/color]

    There is no hook for for the stop button

    --

    Martin Honnen


    Comment

    Working...