Sending data from child window to parent window

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kumuda v
    New Member
    • Jul 2007
    • 21

    Sending data from child window to parent window

    Hello all,
    I am new to web programming.I have an issue that has to done using javascript and php.
    How can I pass the data from child window to parent window. I have already written the code to fetch the data from mysql database and and display it in the child window in the form of table. And when user selects the particular name. the same name should get transfered to parent window. How do I do this. Please help me out.

    With regards,
    kumuda
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Use window.opener to access the parent window from the child window.

    Post your code.

    Comment

    Working...