art.dialog

 art.dialog.open("/index.php",{
            title: "标题",
            width:"60%",
            height:"35%",
            lock: true,
            close:function(){
                window.parent.location.reload();
            }
        });

你可能感兴趣的:(art.dialog)