Capturing events outside document body

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

    Capturing events outside document body

    I need to capture the following events in IE 5+ and Netscape 6:

    - Enter new address in URL window and click "GO"
    - Select a favorite
    - Click "Home" button
    - Click "Back" or "Forward" button

    Basically, I have to see if someone is navigating away from our page
    under very specific circumstances, and pop-up a window. I need more
    granularity than the unload and onclose events will give me.

    Any help at all is greatly appreciated :)
  • Jim Ley

    #2
    Re: Capturing events outside document body

    On 14 Aug 2003 12:09:14 -0700, bbasile2@excite .com (bb) wrote:
    [color=blue]
    >I need to capture the following events in IE 5+ and Netscape 6:
    >
    >- Enter new address in URL window and click "GO"
    >- Select a favorite
    >- Click "Home" button
    >- Click "Back" or "Forward" button
    >
    >Basically, I have to see if someone is navigating away from our page
    >under very specific circumstances, and pop-up a window. I need more
    >granularity than the unload and onclose events will give me.
    >
    >Any help at all is greatly appreciated :)[/color]

    In a normal environment all of the above is impossible.

    Why the requirement of "IE5+ and Netscape 6" ? that's an odd one, I
    can understand IE only, and I can understand works anywhere possible,
    but don't understand chopping off Safari, Opera and Konquerer.

    Jim.
    --
    comp.lang.javas cript FAQ - http://jibbering.com/faq/

    Comment

    • DU

      #3
      Re: Capturing events outside document body

      bb wrote:
      [color=blue]
      > I need to capture the following events in IE 5+ and Netscape 6:
      >
      > - Enter new address in URL window and click "GO"
      > - Select a favorite
      > - Click "Home" button
      > - Click "Back" or "Forward" button
      >
      > Basically, I have to see if someone is navigating away from our page
      > under very specific circumstances, and pop-up a window. I need more
      > granularity than the unload and onclose events will give me.
      >
      > Any help at all is greatly appreciated :)[/color]

      From an user perspective, your requests, your wishes are absolutely
      over-excessive, over-controlling, intrusive, invasive and unjustifiable.
      Wherever an user decides to go should be entirely up to him and none
      of the web developers' business, none of his concern.

      DU
      --
      Javascript and Browser bugs:

      - Resources, help and tips for Netscape 7.x users and Composer
      - Interactive demos on Popup windows, music (audio/midi) in Netscape 7.x


      Comment

      • kaeli

        #4
        Re: Capturing events outside document body

        In article <3f3be222.41612 8080@news.cis.d fn.de>, jim@jibbering.c om
        enlightened us with...[color=blue]
        >
        > In a normal environment all of the above is impossible.
        >[/color]

        Is it even possible at all in NN? I would think one would have to write
        a COM add in for non-IE browser button press captures...


        -------------------------------------------------
        ~kaeli~
        Why do people who know the least know it the loudest?
        If that cell phone was up your a$$, maybe you could
        drive a little better!


        -------------------------------------------------

        Comment

        Working...