<input type="submit" name="button" id="button" value="登出" class="btn01" onclick="window.parent.location.href='../Login.aspx'"/>
谷歌浏览器不起作用是为什么
<input type="button" name="button" id="button" value="登出" class="btn01" onclick="location.href='../Login.aspx'"/>
onclick="javascript:window.parent.location.href='../Login.aspx'"/
window.top.location.href
不是表单里的按钮type不要用submit
都提交了,你的那个代码没有任何的效果,改为type="button"
解决。。。。。。。。。。。
不是表单里的按钮type不要用submit