龙之家园  
我的博客我做主!

2007年12月24日

摘要: 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()">... 阅读全文
posted @ 2007-12-24 11:16 zhengfeng 阅读(363) 评论(0) 推荐(0)