Click to See Complete Forum and Search --> : How do I embed an html page?


MattS
10-22-2003, 02:49 PM
I want to embed an html page with a normal scroller, so it scrolls just like a normal page, but only in one part of the whole page. Could someone lead me in the right direction? Also, is there a way to link to the embedded space from the normal page, so another html file loads in the embedded space?

Help is much appreciated.

AdamGundry
10-22-2003, 03:12 PM
I think you are looking for the <iframe> element (though you can also use <object>) - see this page (http://www.htmlhelp.com/reference/html40/special/iframe.html) or the specification (http://www.w3.org/TR/html401/present/frames.html#edef-IFRAME).

Adam

MattS
10-22-2003, 03:25 PM
Thank you.