随笔分类 - javascript
摘要:第1种: <script language="javascript" type="text/javascript"> window.location.href="login.jsp?backurl="+window.location.href; </script> 第2种: <script language="javascript"> alert("返回"); window.history.back(-1); </script> 第3种: <
阅读全文
摘要:<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>无标题文档</title><script type="text/javascript">function stopDefualt(e){ if(e&&e.preventDefault){ e.preventDefault();//如果是FF下执行 }else{ window.event.return
阅读全文
浙公网安备 33010602011771号