jq加载页面跳转指定的页面

  var jm = window.location.host;//获取计算机名
    var dk = window.location.port;//获取端口
    var str = "/Lists/List2/EditForm.aspx";
    var wh = window.location.search;//问号后面的
 

    window.location.href = 'http://'+jm+dk+str+wh;

posted @ 2014-03-04 08:29  914556495  阅读(3243)  评论(0编辑  收藏  举报