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