弹出框

$.dialog({
title: '温馨提示',
content: 'url:a.aspx',
close: function () {
window.location.href = "b.aspx";
},
lock: true,
background: '#000', /* 背景色 */
opacity: 0.5,
height: '260px',
width: '560px'
});

posted @ 2016-05-16 16:53  羽翼时空  阅读(96)  评论(0编辑  收藏  举报