|
EXAMPLE
1) Insert the following code in the <BODY> section
where you want the frame to appear in the page.
2) Define the page to display inside the frame and the size of the
frame in this section of the
code:
<IFRAME name=stbbox src="iframe.html"
width="265" height="325">
Define the message to appear with browsers that don't support frames:
<p>Your browser doesn't support frames. Click <a href="iframe.html" target="_blank">here</a> to view the page.</p>
|