PDA

View Full Version : Without reloading a page



Stary
October 8th, 2002, 19:41
I don't like frames, so I've made some HTML pages with the same background and some gifs on the top.
It works fine, but clicking on the next page doesn't always reload the whole page, starting with new "blank" page, reloading background, then header etc. It doesn't look nice, so I'd like to do it with some other way.

Since there are tables on the page, I think that it could be a solution with changing only a couple of cells with another contents, but how to do it? Is it possible to have some another HTML file in one cell of the table?

kabatak
October 9th, 2002, 09:16
an inline frame?

merickson
October 9th, 2002, 20:15
It sounds like you are trying to use frames with a table tag. What about frames don't you like?

Stary
October 9th, 2002, 23:10
Inline frame? Tell me some more about it... Thank's.

kabatak
October 10th, 2002, 07:31
inline frame allows you to insert another html page inside an html page. here is a sample code

<iframe src="page.html" name="page" marginwidth="1" marginheight="1" height="300" width="200" scrolling="yes" align="top" border="0" frameborder="0">

meow
October 12th, 2002, 23:20
Sounds to me like your page is to slow loading. Try to not use too big and/or nested tables with big graphics at the end of them. Rather use several small tables if you must.