[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
iframe
The IFRAME element allows to insert a frame into the existing window document object.
In HTML, you define an iframe like this:
The iframe element's src attribute points to the information to be inserted.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
iframe
The IFRAME element allows to insert a frame into the existing window document object.
In HTML, you define an iframe like this:
<IFRAME src="some.html" width="300" height="300"
scrolling="auto" frameborder="0"></IFRAME>The iframe element's src attribute points to the information to be inserted.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
