amacfarl
10-17-2003, 03:45 PM
Hi,
How do you manage Frames with JSPs.
By definition you have the following structure:
Page1 = FRAME Page - Defining the two pages
Page2 = Header
Page3 = Details
Basically, what I am trying to do is when the user clicks on a link a popup window appears with more details. This is working so far, however, I would like to have a static header to the popup window - hence frames.
At the moment I am implementing the following:
window.open(customerdeatils.jsp?cust=1234, 'fullPopup', features)
How would I manage this with Frames and I would have to pass a value to the frame page(Page1) which in turn would pass a value to the Details page (Page3).
Thanks
Angus
How do you manage Frames with JSPs.
By definition you have the following structure:
Page1 = FRAME Page - Defining the two pages
Page2 = Header
Page3 = Details
Basically, what I am trying to do is when the user clicks on a link a popup window appears with more details. This is working so far, however, I would like to have a static header to the popup window - hence frames.
At the moment I am implementing the following:
window.open(customerdeatils.jsp?cust=1234, 'fullPopup', features)
How would I manage this with Frames and I would have to pass a value to the frame page(Page1) which in turn would pass a value to the Details page (Page3).
Thanks
Angus