| onselectstart | ใช้กำหนดให้ function ทำงานเมื่อ มีการเริ่มลากแถบสีคลุมข้อความใน table |
|---|
property:onselectstart = function;
return type:void
content:ใช้กำหนดให้ function ทำงานเมื่อ มีการเริ่มลากแถบสีคลุมข้อความใน table
example:var tagTable = document.getElementById ( "bamboo" ); tagTable.onselectstart = function() { alert ( "table be selected" ); }