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