| onreset | ใช้กำหนดให้ function ทำงานเมื่อ form ถูก reset |
|---|
property:onreset = function;
return type:void
content:ใช้กำหนดให้ function ทำงานเมื่อ form ถูก reset
example:var tagTable = document.getElementById ( "bamboo" ); tagTable.onreset = function() { alert ( "form be resetted" ); }