1
Sorry to burden you with what's probably an easy question, but I'm at a standstill trying to get this to work:
A module title should display in the main menu.
When clicked, a php page is display in the center-left block (it will take up both the center and the right, as well).
The php file contains a table where upon clicking a link in a row, one navigates to the detail php page of that row.
THe detail page should replace the first php page in the center-left block.
A link on the bottom of the detail page links to the table page, which I'd like to once again display in the center-left block when clicked.
Seems that no matter what I do, I get the table page to display in separate _blank page, where it acts normally with the detail page.
I've already formatted the table and the detail pages so that they easily fit inside the block space alloted (center-left <--> center-right).
See what I mean? It's probably very easy, but I'm not getting it.
Deacon