| tabIndex | ใช้กำหนดค่า หรือคืนค่า ลำดับการได้รับ focus จากการกดปุ่ม tab |
|---|
property:tabIndex;
return type:string, void
content:ใช้กำหนดค่า หรือคืนค่า ลำดับการได้รับ focus จากการกดปุ่ม tab
example:var tagIFrame = document.getElementById ( "bamboo" ); tagIFrame.tabIndex = 3;