How To Retrive Data from pop up window

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TechieRaj
    New Member
    • Jan 2008
    • 1

    How To Retrive Data from pop up window

    hi,
    I have some dout pls help me!

    when the click on link from the table row it will disply pop up window, pop up window having on textarea and button. after clicking the button from pop up window i want to disply that data to immediate next row...

    pls help......
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5388

    #2
    hi ...

    please post an example so that we have some code to work with ... the idea is to refer the opener and there you refer the node that is to be updated during your button-click handling:

    [CODE=javascript]opener.document .getElementById ('your_node_id' ).value = 'your_text_box_ value';[/CODE]
    kind regards

    Comment

    Working...