客户端表单验证
时间:2007-05-09 来源:xinyu391
作网站(毕业设计,php)用的了表单验证,是在客户端进行的,无法用php了,只得用javascript了。
<form name="repaly" action="other.php" method="post" onsubmit="return check(this);">//此处用onsubmit来调用check();
标题:<input name="title" type="text" size=20><br>
内容:<textarea name="contents" rows="7" cols="30" ></textarea><br>
<input type="submit" onClick="alert("hello");" name="submit" value="提交" />
</form>
<form name="repaly" action="other.php" method="post" onsubmit="return check(this);">//此处用onsubmit来调用check();
标题:<input name="title" type="text" size=20><br>
内容:<textarea name="contents" rows="7" cols="30" ></textarea><br>
<input type="submit" onClick="alert("hello");" name="submit" value="提交" />
</form>
相关阅读 更多 +