return to homepage

Scripts: Layout & Styles

IFRAMEs

The following show's how to use the IFRAME layout style. This allows you to insert a 'frame' in a page and change it at will. This should not be confused with <FRAME>'s.

show page 1 - show page 2

<A HREF="iframe_one.html" target="testFrame">show page 1</A>

<IFRAME NAME="testFrame" marginWidth="0" marginHeight="0" ALIGN="center" WIDTH="90%" HEIGHT="200" src="iframe_blank.html" frameBorder="1" border="1" noResize scrolling="no"></IFRAME>