摘要:
<script>function checkLength(obj,maxlength){ if(obj.value.length > maxlength){ obj.value = obj.value.substring(0,maxlength); }}</script><textarea name="content" cols="" rows="8" onpropertychange="checkLength(this,140);" oninput="checkLen 阅读全文
posted @ 2010-08-19 11:08
/aiq浪子飞龙
阅读(420)
评论(0)
推荐(0)