I looked around and could not find a simple solution to this, but it seems like there should be one. My problem is this:
1. on page 1, I have a couple of input boxes for dates 2. on page 1, when a user clicks "GO", I want to display a popup window (page2) 3. on page 2, I want to use those dates from page1 to do things If I use a submit link, then I cannot create a pop-up window. If I use PageParameters and a BookmarkableLink, then the params that are sent are not the ones that the user entered before clicking "GO" (instead they are the ones that were set at render time). In the BookmarkableLink scenario, I could use javascript, but I want to avoid that. Any suggestions? Am I missing something obvious? Thx Joe C