Passing values between pages

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jayman2008
    New Member
    • Feb 2008
    • 1

    #1

    Passing values between pages

    I have an image upload form. I have a link that open a new window that displays all of the pictures currently uploaded. I wan't to put a link in those that will post the text being displayed in the textbox on the page the user clicked the first link on.


    want to go from template.php -> iview.php (close window and send value) -> template.php
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Use window.opener in the child (opened) window to refer to the parent (opening) window. If you need more help, post your code.

    Comment

    Working...