javascript TABLE frame
| frame | NN 6 IE 4 DOM 1 |
| Read/Write | |
|
Indicates which (if any) sides of a table's outer border (set with the border attribute or border property) are rendered. This property does not affect the interior borders between cells. |
|
| Example | |
document.getElementById("orderForm").frame = "hsides";
|
|
| Value | |
Any one case-insensitive frame constant (as a string):
|
|
| Default | |
void (when border=0); border (when border is any other value) |
|
