Please direct your attention towards:
http://www.allmyfaqs.com/faq.pl?How_to_post
Douglas G wrote:
> Thanks. I believe it is the target atribute, but how do I specify that I
> want the page to load in another table cell within the same page
The short answer is that you don't. Frames introduce a lot of problems
<http://dorward.me.uk/www/frames/>, and the only way to do what you want is
to use either inline frames, or simulate the effects of frames with
JavaScript.
Take the solution that 99.9%+ of the web uses, duplicate shared content
(such as navigation) on each page. Some tools to make this easy for you can
be found described at
<http://www.allmyfaqs.com/faq.pl?Include_one_file_in_another>
Given your comment, it seems a reasonable assumption that you are abusing
tables as a layout tool (instead of using them becuase of what they say
about the data). You should probably read
<http://www.allmyfaqs.com/faq.pl?Tableless_layouts> and
<http://dorward.me.uk/www/css>
--
David Dorward
http://dorward.me.uk/