Trying to pass a value back from a popup without losing values in parent window

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jcondon
    New Member
    • Sep 2009
    • 2

    Trying to pass a value back from a popup without losing values in parent window

    Hello, this is what I'm looking for:

    1) User clicks link on main page
    2) Popup opens, user clicks item - text link/image link with option value attached
    3) When clicked the main page is updated with new value, but previous form values remain unchanged.

    I hope that's clear enough.

    Thanks!
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    form the popup you might make use of the window's opener-property ... have a closer look here ... in case you have more problems with that, post some code that you have tried so far ...

    kind regards

    Comment

    • jcondon
      New Member
      • Sep 2009
      • 2

      #3
      That helps immensely, thanks.

      Comment

      Working...