Log in

View Full Version : iframe info?



userkef1992
11-11-2006, 06:42 PM
how does the paging woks with the iframe tag:confused: ,do you have to make for each iframe another page (save as then change link) or is there an other way?

chechu
11-12-2006, 10:44 AM
First place this code:
<iframe src="name.html" name="content" height=95 width=160 frameborder=0 scrolling=yes></iframe>

1/ the file "name.html" will be shown when opening the page the <iframe> is placed into.
2/ if you wish another page to be opened in that area when clicked on (f.ex. menu items), place it with <a href="other.html" target="content">menuitem</a>
3/ every different content you wish to appear in an <iframe> must be a different file.

More info: read the other threads regarding <iframes> (seems to be a hype right now !)

userkef1992
11-12-2006, 03:22 PM
it looks nicer (and seems to be faster)

chechu
11-13-2006, 01:51 PM
What looks nicer ? What is faster ?

userkef1992
11-13-2006, 05:37 PM
I don't now, i tough it was faster if i made my pages compatible for an iframe but the frame has to load tottaly again:s