+ -
当前位置:首页 → 问答吧 → 請問這樣有辦法做到RESET按鈕有效嗎?

請問這樣有辦法做到RESET按鈕有效嗎?

时间:2011-09-28

来源:互联网


<title>無標題文件</title> <style type="text/css"> .1 { height: auto; width: auto; } .2 { height: auto; width: auto; } </style> </head><body> <div class="1"><input name="" type="text"></div> <div class="2"><input name="" type="text"></div> <input name="" type="button" value="reset"> </body></html>
 提示:您可以先修改部分代码再运行
請問這樣有辦法做到RESET按鈕有效嗎?

作者: ream   发布时间: 2011-09-28

<input type="reset" value="RESET">

作者: phxsuns   发布时间: 2011-09-28

引用:
原帖由 phxsuns 于 2011-9-28 19:02 发表
無效

作者: ream   发布时间: 2011-09-28


<title>無標題文件</title> <style type="text/css"> .1 { height: auto; width: auto; } .2 { height: auto; width: auto; } </style> </head><body> <form> <div class="1"><input name="" type="text"></div> <div class="2"><input name="" type="text"></div> <input type="reset" name="button" value="reset"> </form> </body></html>
 提示:您可以先修改部分代码再运行

作者: lijia2202   发布时间: 2011-09-28

相关阅读 更多