| onfocus | ใช้กำหนดให้ function ทำงานเมื่อ table ได้รับ focus |
|---|
property:onfocus = function;
return type:void
content:ใช้กำหนดให้ function ทำงานเมื่อ table ได้รับ focus
example:var tagTable = document.getElementById ( "bamboo" ); tagTable.onload = function() { alert ( "table gain focus" ); }