Link to home
Start Free TrialLog in
Avatar of weikelbob
weikelbobFlag for United States of America

asked on

Making framed page look like there are no frames, just don't want to load header more than once

I am working with frames in FrontPage 2003. I want my page to look like it has no frames - to scroll with the entire page and whatever else it takes.

I have already made the frame borders invisible.

I am concerned about backwards compatability to IE 4.0 and Netscape 3.0 or 4.0.

Should I use inline frames? Again, backward compatability is important.

I'm using slices from Paint Shop Pro to slice up the header for faster display.

I just want my page to act like there is no frames and still not load my header more than once.
Avatar of weikelbob
weikelbob
Flag of United States of America image

ASKER

It's OK for the header to stay in place while each page loads when you browse through my site, but I want the whole page to scroll together.
Avatar of seanpowell
I think FrontPage TA would be better here... moved again :-)
You cant use frames and scroll the whole page together.

 The alternative would be to use include command in frontpage.

Create a htm file.. which you want to be a header of all the pages.. and save it as header.htm.

 And start designing other pages.. 'include' the header.htm at the place you want it to be ..

For this to work.. your hosting company should have installed frontpage extensions. Check it out with them.

  the other alternative is to use server side things like asp, php etc..
May be you will get a clear picture with this tutorial

http://www.outfront.net/tutorials_02/getting_started/includes3.htm
ravisimpi,

what the include command is - could you go into a little bit of what it is and does?
An example page of what I want my frames to be like is BoxedArt.com
Avatar of klp2332
klp2332

well first of all if your concenered about the IE versions which are for old computers i suggest you set your images and tables to a percentage so resolution wouldnt be a problem. But theres also a wizard in frontpage i told you before and i dont think its possible to scroll the whole page. Never bothered to look at that page that ravisimpi mestioned. But well good luck.
As like BoxedArt.com, I want my header to stay loaded somehow as the rest of the pages load up.

I don't know if they use frames because you can scroll the whole page down.
Had a look at boxedart.com ( i visit this website often tough). And i think that they are using 'php' .

Open the source code of boxedart's index page.

You will see the following code

<!-- HEAD -->
Another file included here.

<!-- Cart_Items --> <!-- /Cart_Items --> Another php file


<!-- Top_Menu_1 -->  <!-- /Top_Menu_1 --> another php file

<!-- Search_Form --> <!-- /Search_Form --> another php file

<!-- Top_Menu_2 -->  <!-- /Top_Menu_2 --> another php file


All these files thay are calling in the index.php file using include command.

And i bet you are seeing their Header stay still ( nearly) That is because they have optimised the graphics that they load very fast.. ANd when those graphics are loaded.. it takes less time to load on the next page. ( the loading time of the header in this page is very fast.. so you are forced to guess that they are staying still) and that they are using a page which stays there always without loading.

  Hope you got what i mean.

ASKER CERTIFIED SOLUTION
Avatar of ravisimpi
ravisimpi
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial