I think I've seen this done before, but I don't even know where to begin. I don't know the php functions well enough. I want to have a link on a page that pops up another small browser....ok, that's not too difficult at all. THEN, I want to be able to make selections in that browser that get stored as session variables....again, not too difficult. Once done, however, I want to be able to click a link or button in the popup that will close the popup and refresh the original page, at the same time, to display the session variables that were chosen in the popup window.
Any ideas?