Get data from child window

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ngocham2001
    New Member
    • Jun 2012
    • 4

    Get data from child window

    Hi all,
    I am a newbie, please help me..
    I want get data from child window pass it into a variable of parent window (not into a textbox). How will I do?
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    if you’ve opened the child window via window.open(), you can use window.opener. resp. (from the parent window) the window reference returned by window.open().

    Comment

    • ngocham2001
      New Member
      • Jun 2012
      • 4

      #3
      Thank you very much. I fixed it and it is ok.

      Comment

      Working...