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