Paul Shearing
|
| Posted: 11/24/2005, 2:05 PM |
|
CCS 3. ASP. IIS. Win2K Server.
This is probably very silly or simple or both. I'm having problems with frames again.
I need to go from a list to a record on a separate page by the usual route of clicking on an entry in the list. However, the record details ASP page needs to be in a frame. This frame is to enable me to continue to display the record whilst, when clicking on a sidebar menu, various different sets of related data are displayed in the frame below the record. (The frameset comprises a menu on the left and a horizontal split to the right giving a panel at the top of the screen in which I need to display the main record. The panel below will display related data in records and grids according to the buttons clicked in the menu.)
In effect I am attempting to simulate the behaviour of a tabbed control with multiple pages of data The only way I could think of doing this was to edit the CCS code for the list to link to the frames htm page rather than the record's asp page. Not suprisingly, this doesn't work. The correct frames page gets displayed and the top panel (which contains a fixed reference to the record ASP page) attempts to display the record but gives an ASP runtime error at the end of the Show Method on the line: [If Visible Then Controls.Show]. I'm guessing that parameters are getting lost because the frames page is breaking the parameter-passing chain. If so I've run out of ideas - web stuff is fairly new to me.
Any suggestions on how I go about this?
Thanks in advance.
Paul
|
|
|
 |
|