Help! Web page within page

They have: 9 posts

Joined: Nov 2001

I have a web page almost complete for someone and I used Tables to set up the structure. I was linking to other html pages within the site and making them come up in their own specific window, my client now tells me he wants each html file to come up in one page, I know this can be achieved with frames, but I want to keep my structure but have specific html pages diplayed on the right side while keeping the same page open, Is it possible? Is there a way to insert a browser within a browser besides from tag? HELP!?!?!Confused

Megan's picture

She has: 11,421 posts

Joined: Jun 1999

Look into Server Side Includes (SSI). If i'm understanding you right this should serve your purpose. What it does is literally include one html file within another one, right where you put the tag. The two files are combined together to make one big html page and by looking at the source you won't even be able to tell that includes have been used.

Here's more info from BigNoseBird:

http://www.bignosebird.com/ssi.shtml

You'd probably put your basic table layout in a seprate file (probably cut up into header and footer) and use SSI to add it to the other pages

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.