码迷,mamicode.com
首页 > 其他好文 > 详细

页面跳转

时间:2018-08-02 17:43:32      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:cti   pap   connect   other   nec   paper   页面跳转   dex   index   

一丶页面跳转

1.window.open

        //页面跳转
            $("#j_btn").on("click", function () {
                var connectionId = $("#j_connectionId").val();
                window.open("/Persitent/OtherIndex?connectionId=" + connectionId,"_blank");
            }); 

 

2.window.location.href

 window.location.href = "/PaperPrint_Areas/PaperPrint/Index";

 

页面跳转

标签:cti   pap   connect   other   nec   paper   页面跳转   dex   index   

原文地址:https://www.cnblogs.com/chenze-Index/p/9408382.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!