iframe弹框demo

时间:2022-06-18 04:51:12

标签:tipswindown

<link href="http://www.mamicode.com/themes/css/tipswindown.css" type="text/css">
<script src="http://www.mamicode.com/themes/js/tipswindown.js"></script>
<script type="text/javascript" src="http://www.mamicode.com/themes/js/jquery-1.7.2.min.js"></script>
<script type="text/javascript">
    function loginbox(){
        tipsWindown("","iframe:","462","400","true","","true","",‘‘);
    }    
    //跨域的暂时不关闭窗口
    function ClosePopWin(){
        $("#windownbg").remove();
        $("#windown-box").fadeOut("slow",function(){$(this).remove();});
    }
</script>

    <a href="javascript:void(0)">登录</a>