1. 长度限制<script>function test(){if(document.a.b.value.length>50){alert("不能超过50个字符!");document.a.b.focus();return false;}}</script><form name=a onsubmit="return test()"><textarea name="b" cols="40" wrap="VIRTUAL" rows="6&qu Read More
posted @ 2013-03-08 22:45 supersnow0622 Views(126) Comments(0) Diggs(0)