<script language="JavaScript" type="text/javascript"> var postminchars = 5; var postmaxchars = 60000; var disablepostctrl = 0; function validate(theform) { if (theform.message.value == "" && theform.subject.value == "") { alert("请完成标题或内容栏。"); return false; } else if (theform.subject.value.length > 80) { alert("您的标题超过 80 个字符的限制。"); return false; } if (!disablepostctrl && ((postminchars != 0 && theform.message.value.length < postminchars) || (postmaxchars != 0 && theform.message.value.length > postmaxchars))) { alert("您的帖子长度不符合要求。/n/n当前长度: "+theform.message.value.length+" 字节/n系统限制: "+postminchars+" 到 "+postmaxchars+" 字节"); return false; } theform.replysubmit.disabled = true; return true; } </script>
| ||||
Powered by Discuz! 4.0.0RC3 © 2001-2005 Comsenz Technology Ltd | ||||
|
体谅你身边最爱的人
最新推荐文章于 2019-08-22 17:44:16 发布