IFrame

Example

1

Description

Properties

Property Name Description
align alignment of the iframe
contentDocument Document object generated by the iframe
contentWindow window object generated by the iframe
frameBorder whether the iframe has a border
height height of the iframe
longDesc URL of a page containing a long description of the iframe and its contents
marginHeight top and bottom margins of the iframe, in pixels
marginWidth left and right margins of the iframe, in pixels
name name of the iframe
noResize if true, the iframe cannot be resized by the user
onload event handler triggered when the iframe has finished loading
scrolling if true, the iframe may be scrolled by the user
src URL of the document to show in the iframe
width width of the iframe

Methods

Method Name Description Values