Detect when new window is opened?

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

    Detect when new window is opened?

    Is there any way to "hook" the "open new window" event (if there is such an
    event) . I'd like to know if any element on the web page opens a new window
    through either:

    target="new"
    target="_blank"
    window.open();

    thx

    --

    Robert Oschler
    "Let the web hear you, add your voice to your web site in minutes!"
    -- http://audiodirect.spiderchase.com/
    (For a limited time, free voiceover with every sign-up, use this link
    instead)
    -- http://audio.spiderchase.com/
    (A song - are you blue?)
    -- http://bluedreams.spiderchase.com/


  • Jim Ley

    #2
    Re: Detect when new window is opened?

    On Sat, 13 Sep 2003 03:30:42 GMT, "Robert Oschler"
    <no_replies@fak e_email_address .invalid> wrote:
    [color=blue]
    >Is there any way to "hook" the "open new window" event (if there is such an
    >event) . I'd like to know if any element on the web page opens a new window
    >through either:
    >
    >target="new"
    >target="_blank "
    >window.open( );[/color]

    Not in a default security enviroment.

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

    Comment

    Working...