onfocusout is not the event. The event is focusout onfocusout is used like this <input type="text" onfocusout='myfunc()'>.
確定! 回上一頁