Using the onkeypress event, we could create on-the-fly form validation. ... <input type= "text" size=18 onkeypress= "return numbersonly(event)" >. </form> ...
確定! 回上一頁