常用的JS页面跳转代码调用大全
摘要:
一、常规的JS页面跳转代码 1、在原来的窗体中直接跳转用 <script type="text/javascript"> window.location.href="你所要跳转的页面"; </script> 2、在新窗体中打开页面用: <script type="text/javascript"> 阅读全文
posted @ 2016-02-16 15:48 厚积!! 阅读(22590) 评论(0) 推荐(0)
浙公网安备 33010602011771号