Inline frame  - <IFRAME>

Previous- I - Italic  |  Next-ILAYER - Inline Layer

Description
Creates an in-line floating frame containing another web page. Scroll bars will be added automatically when the frame is too small to display its contents.
Attributes
NameValuesDescription
aligntop|middle|bottom|left|right|absmiddle|baseline|absbottom|texttopAlignment
bordernumber
bordercolorcolor
classclassnameClass of the element which is used to associate the element with a style sheet.
datafldcolumn_name
datasrcid
frameborderno|yes|0|1
framespacingnumber
heightnumberHeight
hspacenumber
idstringA unique name to identify an element.
langlanguage_typeThe ISO description for the language of the element.
languagejavascript|jscript|vbscript|vbs
longdescurl
marginheightnumber
marginwidthnumber
namestringNames a tag, particularly important in client side progamming and essential when submitting form data.
noresizenoresize|resize
scrollingauto|yes|no
srcurlSource filename
stylestringSpecifies style information for the element.
titlestringTitle for element which is often displayed as a tool-tip when the cursor hovers over the element.
vspacenumber
widthnumberWidth

Example
<iframe width="300" height="150" src="page2.htm">
Will be displayed as :
');
//-->