手机版 | 登录 | 注册 | 留言 | 设首页 | 加收藏
联系客服
当前位置: 网站首页 > 程序技巧 > asp > 文章 当前位置: asp > 文章

前台页面 弹窗去除域名显示

时间:2024-02-13    点击: 次    来源:网络    添加者:佚名 - 小 + 大

window.alert = function alertw(name) {  

    var iframe = document.createElement("IFRAME");  
    iframe.style.display = "none";  
    iframe.setAttribute("src", 'data:text/plain,');  
    document.documentElement.appendChild(iframe);  
    window.frames[0].window.alert(name);  
    iframe.parentNode.removeChild(iframe);  


分享按钮

上一篇:用div实现像table一样的布局方法

下一篇:asp中rs记录集recordset常用操作代码

豫ICP备19032584号-1  |   QQ:80571569  |  地址:河南濮阳市  |  电话:13030322310  |  
Copyright © 2024 FE内容付费系统 版权所有,授权www.xingwp.cn使用 Powered by 66FE.COM