| onblur | จะทำงานตาม function ที่กำหนด เมื่อ frameset สูญเสีย focus |
|---|
property:onblur = function;
return type:void
content:จะทำงานตาม function ที่กำหนด เมื่อ frameset สูญเสีย focus
example:var tagFrameset = document.getElementById ( "bamboo" ); tagFrameset.onblur = function () { alert ( "good bye" ); }