//退出查询
function reshowparent() {
document.getElementById("searchcond").value = "";
parentdiv.style.display = "block";
searchdiv.style.display = "none";
window.location.href = "action.jsp"
<%if(null != session.getAttribute("strFind")) {
session.removeAttribute("strFind");
}%>
return false;
}
点击退出按钮才执行 
不点击其中的java脚本也执行 
问下 如何控制在不点击退出按钮的时候不执行那?