阅读背景:

清空FORM表单的几种方式 Reset 重加载

来源:互联网 
1.
form中定义name
 <form name = "sbform" action="sb_add.php" method="post">
用Reset清空
<input type="button" value="清空" onclick="sbform.reset()" />

2.重加载

<input type="button" value="清空" windows.location.href='/go.html?url=index.php' />
1.
form中定义name
 <form name = "sbform" actio



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: