Click here to show toolbars of the Web Online Help System: show toolbars |
<FRAMESET
BORDER=integer
BORDERCOLOR=color
COLS=string
FRAMEBORDER=string
FRAMESPACING=string
CLASS=string
ID=string
LANG=string
LANGUAGE=JAVASCRIPT | JSCRIPT | VBS | VBSCRIPT
ROWS=string
TITLE=string
event = script
>
Sets the number and size of vertical and horizontal frames for a compound document. Use the FRAME element within FRAMESET to define the content and properties of the individual frames. You can also nest FRAMESET elements to create frames within a frame.
onafterupdate onbeforeupdate
onblur onclick
ondblclick ondragstart
onfocus onhelp
onkeydown onkeypress
onmousedown onmousemove
onmouseout onmouseover
onmouseup onresize
onrowenter onrowexit
onselectstart
A frameset organizes multiple frames on the screen. Only FRAMEs, nested FRAMESETs, and the NOFRAMES tag are valid within a frameset.
This element is a block element.
Both the start and end tags are required.
Example
<FRAMESET COLS="25%, 50%, *">
<FRAME src="contents.asp">
<FRAME src="info.asp">
<FRAME SCROLLING=NO src="graphic.asp">
</FRAMESET>
Ayuda de Html para Javascripts.astalaweb.com. |