How to capture an click event from window.open

Discussion in 'JavaScript' started by chart, Jan 15, 2010.

  1. #1
    Hi,

    Just wondering how I can verify a user has clicked a link withing a window.open link.

    w = window.open( url ,"TableLookup" , "height=340,width=500,scrollbars=yes,resizable=yes,menubar=no,toolbar=no,status=yes" );

    so w is my window.open...

    I want to verify the user has click something in the new pop-up window...
    is there a way of finding this out?

    Thanks in advance
     
    chart, Jan 15, 2010 IP
  2. camjohnson95

    camjohnson95 Active Member

    Messages:
    737
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    60
    #2
    no, not if the window that has been open is displaying a page on a remote server.
     
    camjohnson95, Jan 15, 2010 IP