Jquery fancybox 可以实现在当前页面弹出框

<a title="收费用户" class="normal2 fancybox.iframe" href="/backmanage/userDate?mail='+dat[i]["nvcEmail"]+'" target="_blank"><span class="color1">${user.username}</span></a>
 $(".normal2").fancybox({
        'width':'60%',
        'height':'80%',
        'autoSize' : false,
        'autoCenter' :true
  });
原文地址:https://www.cnblogs.com/phyxis/p/5295270.html