Working on a project with another developer. He has developed a tabular menuing facility and when any tab is clicked it triggers an invocation to another program. The other program (my part) delivers the content. The user can enter/change any data fields and then clicks to save. The result is that the same page is redisplayed. To navigate to a different page the user clicks on another tab. Simple.
Here's my conceptual question: as my part (the content portion) does not output any heading information it simply writes to the data stream picking up where the headers end. While that works for the initial display, is there any way to redisplay without reoutputting the headers? Or, as I surmise, must the headers again be first to start/setup the new page?
I've been doing this for many moons and I just can't get my head around this (yet). Any suggestions/guidance/ideas appreciated.
Thanks
Here's my conceptual question: as my part (the content portion) does not output any heading information it simply writes to the data stream picking up where the headers end. While that works for the initial display, is there any way to redisplay without reoutputting the headers? Or, as I surmise, must the headers again be first to start/setup the new page?
I've been doing this for many moons and I just can't get my head around this (yet). Any suggestions/guidance/ideas appreciated.
Thanks