wayne程式筆記(學習從模仿開始)
2013年9月30日 星期一
js限定資料長度
txtarea.Attributes["Maxlength"] = "500";
txtarea.Attributes["onkeyup"] = " if(this.value.length>500){this.value =this.value.substr(0,500);alert('最大長度是500個字')}";
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言