随笔分类 -  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种: < 阅读全文
posted @ 2012-07-04 09:06 weblift 阅读(201) 评论(0) 推荐(0)
摘要:<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 阅读全文
posted @ 2012-05-10 17:49 weblift 阅读(363) 评论(0) 推荐(0)