Passing value from Popup window to parent window

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ravigandha
    New Member
    • Mar 2008
    • 17

    Passing value from Popup window to parent window

    Hi every one.

    I am developing a online movie tickets website. And im struck at this point.

    I have a link when on clicking the link a pop window opens where in that how to display all the check boxes. When selected the check boxes and close the window the parent window have to display the selected values result without refreshing !

    Any suggestion is very much needful to me !
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    first suggestion: ask a moderator to move this thread to the javascript forum

    second suggestion: it would be easier not using a popup. maybe something like lightbox (javascript galery script) will do.

    thirdly: if it must be a popup I see no other possibility than AJAX (with some onunload and focus events) but that will be the most complicated solution because you have to transfer data between different pages.

    regards

    Comment

    • Markus
      Recognized Expert Expert
      • Jun 2007
      • 6092

      #3
      --Moved to javascript.

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        It depends, but I don't think Ajax will necessarily be necessary with the pop-up window. Post your code.

        Comment

        Working...