| onkeypress | ใช้กำหนดให้ function ทำงานเมื่อ มีการกดปุ่มที่ password |
|---|
property:onkeypress = function;
return type:void
content:ใช้กำหนดให้ function ทำงานเมื่อ มีการกดปุ่มที่ password
example:var tagPassword = document.getElementById ( "bamboo" ); tagPassword.onkeypress = function() { alert ( "password be keypressed" ); }