提示成功后,转跳到其它网页或者返回一页

来源:互联网 发布:wind数据导出到excel 编辑:程序博客网 时间:2024/06/06 00:25

<script>
layer.msg('返回上一页', {shift: -1},  function() {
        //history.go(-1);//返回上一页
self.location='http://www.baidu.com';//转跳其它网页
});
</script>



弹出框:引用网页

$('#hr_so_user2').on('click', function(){layer.open({  type: 2,  title: '很多时候,我们想最大化看,比如像这个页面。',  shadeClose: true,  shade: false,  maxmin: true, //开启最大化最小化按钮  area: ['893px', '600px'],  content: '03.php?id=145',  <span style="color:#ff0000;">cancel: function(index,layero){ //按右上角“X”按钮,跳转网页</span> self.location='http://www.4.com/00.php';  },});});

0 0
原创粉丝点击