FILE控件如何RESET
类别: ASP教程
body>
<FORM name="form1">
方法1:<input type="file" name="f"><input type=button value=reset onclick="f.outerHTML=\'<input type=\'file\' name=\'f\'>\'">
</FORM>
<FORM name=form2>
方法2:<input type="file" name=f2>
<input type=button value=reset onclick="f2.select();document.execCommand(\'delete\')">
</FORM>
</body>
<FORM name="form1">
方法1:<input type="file" name="f"><input type=button value=reset onclick="f.outerHTML=\'<input type=\'file\' name=\'f\'>\'">
</FORM>
<FORM name=form2>
方法2:<input type="file" name=f2>
<input type=button value=reset onclick="f2.select();document.execCommand(\'delete\')">
</FORM>
</body>
- 上一篇: 用CDONTS发送邮件的两个函数
- 下一篇: ASP中常用的文件处理函数
-= 资 源 教 程 =-
文 章 搜 索