tipsWindown-iframe弹框demo-179
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tipsWindown-iframe弹框demo-179相关的知识,希望对你有一定的参考价值。
<link href="/themes/css/tipswindown.css" rel="stylesheet" type="text/css">
<script src="/themes/js/tipswindown.js"></script>
<script type="text/javascript" src="/themes/js/jquery-1.7.2.min.js"></script>
<script type="text/javascript">
function loginbox(){
tipsWindown("","iframe:http://test.pay.com/public/loginbox","462","400","true","","true","",‘‘);
}
//跨域的暂时不关闭窗口
function ClosePopWin(){
$("#windownbg").remove();
$("#windown-box").fadeOut("slow",function(){$(this).remove();});
}
</script>
<a href="javascript:void(0)" class="first_login" onclick="loginbox()">登录</a>
本文出自 “yanzi” 博客,请务必保留此出处http://daddysgirl.blog.51cto.com/1598612/1881122
以上是关于tipsWindown-iframe弹框demo-179的主要内容,如果未能解决你的问题,请参考以下文章
JavaScript面向对象的程序之弹框组件的开发Demo——xyp_hf
iOS隐私安全:用户协议及隐私政策弹框(包含超链接属性demo支持中英文切换)