如果案文领域没有10个以上特性,但现在就停止提交,我就不认为我改变了情况,但显然我必须做一些事情。
<form class="form-new" action="insert/insert.php" method="post" onsubmit="if (document.getElementById( post-input ).value.length < 10) return false;">
<textarea class="form-new" id="post-input" name="text"></textarea><br/>
<input type="hidden" name="ciudad" value="<?=$city;?>">
<input type="text" name="colegio" value="<?=$group;?>">
<input class="form-new" type="submit" value="Publicar"/>
</form>
是否有办法? 或者,我是否这样做是错误的? 增 编