2006/03/30 | 提交确认的代码
类别(让工作更简单) | 评论(0) | 阅读(53) | 发表于 17:35
<script>
function form_chk(){
if(!confirm("提交?")){
return false;
}
return true;
}
</script>
<form onsubmit="return form_chk();" action="asd.htm">
<input type="submit" />
</form>
0

评论Comments