| frame | ใช้ตรวจสอบว่า table มีการแสดงเส้นขอบหรือไม่ |
|---|
property:frame;
return type:boolean
content:ใช้ตรวจสอบว่า table มีการแสดงเส้นขอบหรือไม่
example:var tagTable = document.getElementById( "bamboo" ); if ( tagTable.frame ) { alert ( "table have border" ); }