View Full Version : Opening a page with a link in a table


inuyasha
03-27-2003, 06:52 PM
Hi, I am having some problems with Java and tables. You see, I want to have a link to open a new page in a table. See http://leafvillage.cjb.net for example. Now look at my site at http://www.geocities.com/inuyasha1117/test.html My links open a whole new page. I'd like to have them open in the big open space. Would I have to make a whole new table or...
Please let me know, thanks

lefty
03-27-2003, 07:09 PM
Your example page has the header, navigation, etc on each page. Try scrolling down a little and clicking on a link, notice how you're back at the top of the page. ;)

You could do this with SSI if you don't want to have to do your coding over and over, or you could put an iframe in that space and have your links target into it.

inuyasha
03-27-2003, 11:52 PM
Oh okay, thank you ^^