Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Specifies a frameset, which is used to organize multiple frames and nested framesets.
HTML Syntax
<FRAMESET BORDER=pixels BORDERCOLOR=color CLASS=classname COLS=col-widths FRAMEBORDER=NO | YES | 0 | 1 FRAMESPACING=spacing ID=value LANG=language LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS ROWS=row-heights TITLE=text >
Remarks
This element is a block element.
Script authors should be aware that opening a Web folder inside of a frame, and then clicking on something in the Web folder, results in the file or folder that was clicked taking over the entire window. For example, if a page contains two frames, and one frame points to http://www.microsoft.com, and the second frame points to a network drive, the second frame will take control of the entire window, which includes the first frame, if a file or folder is clicked in the second frame.
A Web folder is a part of the file system hierarchy, but does not necessarily represent anything in the file system. An example is network neighborhood.
Members
Styles
Example
This example shows the FRAMESET loading frames into three columns.
<FRAMESET COLS="25%, 50%, *"> <FRAME SRC="contents.htm"> <FRAME SRC="info.htm"> <FRAME SCROLLING=NO SRC="graphic.htm"> </FRAMESET>
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.