iframe 嵌入页面
作者:朱尚 / 日期:2013-12-10 / 分类:JavaScript / 浏览:1160
<%--嵌入--%>
<script type="text/javascript">
    document.write('<iframe src="Reg.aspx" frameborder="0" width="230" height="220" scrolling="no" allowtransparency="true"></iframe>');
</script>
<%--跳出--%>
<script type="text/javascript">
    alert('验证码错误'); if (top.location !== self.location) { top.location = 'Default.aspx'; } 
</script>
上一篇:Jquery 让checkbox 选中
下一篇:JS屏蔽网页中的错误提示信息
本文标签: iframe 嵌入页面
本文链接:http://www.banzhuan.net/detail/52