Sets or retrieves the way the border frame around the table is displayed.
dhtml语法
HTML | <TABLE FRAME
= sFrame... >
|
---|
Scripting | TABLE.frame [ = sFrame ] |
---|
DHTML可能的值
sFrame | String that
specifies or receives one of the following values.void | Default. All outside table borders are removed. | above | Border on the top side of the border frame is displayed. | below | Border on the bottom side of the table frame is displayed. | border | Borders on all sides of the table frame are displayed. | box | Borders on all sides of the table frame are displayed. | hsides | Borders on the top and bottom sides of the table frame are displayed. | lhs | Border on the left side of the table frame is displayed. | rhs | Border on the right side of the table frame is displayed. | vsides | Borders on the left and right sides of the table frame are displayed. |
|
The property is read/write.
The property has a default value of
void.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see about dynamic properties.
DHTML代码范例
This example uses the FRAME attribute to render different border frames.
<TABLE FRAME="above">
<TR><TD>A table with</TD><TD>the value of frame set to "above"</TD></TR>
<TR><TD>cell</TD><TD>cell</TD></TR>
</TABLE>
This feature requires Microsoft® Internet Explorer 4.0 or later. Click the following icon to install the latest version. Then reload this page to view the sample.
是否符合公共标准
This property is defined in
HTML 4.0 and
is defined in
World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 .
Applies To
更多语法参考
rules