Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了jsp页面,其中我创建了2个输入框和日历字段,如果我输入列表将显示在同一页面中。如果我单击清除按钮,它应该删除页面中的所有内容我该怎么办.我用波纹管编码但没有清除整个页面内容。
<input type="reset" name="clear" value="Clear" /> and <input type="button" value="Reload Page" onClick="document.location.reload(true)">
我都试过
谢谢svn
通过列表,您的意思是日期搜索的结果?您希望通过单击按钮清除结果吗?将结果部分包装在一个层中,然后单击按钮,编写一个隐藏 div 层的函数 -document.getElementById("yourDivId").style.display="none"