日期:2014-05-16 浏览次数:20401 次
window.parent.window.location.href=url; 第一种: window.location.href="login.jsp?backurl="+window.location.href; 第二种: alert("返回"); window.history.back(-1); 第三种: window.navigate("top.jsp"); 第四种: self.location='top.htm'; 第五种: alert("非法访问!"); top.location='xx.jsp';
<form name=form1 onkeydown= "if(event.keyCode==13){form1.submit()} "> </form>