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個字')}";
         

沒有留言:

張貼留言