My application has a print selection page which is not in a frameset. After the user selects all the print options, they click my Create Report link. The Report Page is then displayed in a FrameSet (The top frame contains some hidden form fields - plus some text explaining the displayed report in the lower frame. It also contains a link to return to the Print Selection Page). (The lower frame contains the PDF report).
The code to return to the Print Selection Page is "top.window.location" which working fine, It returns to the Print Selection Page (which has no frames) but I loose all my form hidden values. Any ideas on how to do this?
tleal@pietechnet.com
The code to return to the Print Selection Page is "top.window.location" which working fine, It returns to the Print Selection Page (which has no frames) but I loose all my form hidden values. Any ideas on how to do this?
tleal@pietechnet.com