onfocus = function(){myScript};; In JavaScript, using the addEventListener() method: object.addEventListener("focus", myScript);. Note: The ...
確定! 回上一頁