提交信息问题
为什么这么写没反应点击按钮没反应<input type="button" value="取 消" onclick="windows.location.href="index.asp?id=<%=EID%>&userName=<%=EName%>&logType=<%=logType%>" class="button3">
下面这样就可以
<a href="index.asp?id=<%=EID%>&userName=<%=EName%>&logType=<%=logType%>">123</a>
如果去掉后面的值也可以执行,貌似取不到值
<input type="button" value="取 消" onclick="windows.location.href="index.asp" class="button3">
请大家帮忙看看,如何可以用input实现上面的功能