monitoring user input in a window

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • stefan karos
    New Member
    • Jun 2011
    • 1

    monitoring user input in a window

    Is it possible to have a javascript monitor the text input by a user to any all all browser windows that are open?
    From this, it seems not:
    http://docstore.mik.ua/orelly/webprog/jscript/ch13_11.htm

    if the 'monitoring window' is spawned by the parent, then I suppose you could capture the text being typed in the parent. How could I know if this is happening?
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    You can use the window.opener property to call JavaScript methods across parent/child browser windows.

    Comment

    Working...