当前位置:网站首页 > 图文广告 > 正文

手机移动端弹出框alert和确认狂confirm去掉网址

作者:admin发布时间:2021-10-07分类:图文广告浏览:评论:11


导读:=(name){=("");="none";("src",',');(iframe);window.frames[0].window.alert(name);iframe.pare...

手机移动端弹出框alert和确认狂confirm去掉网址

=(name){

=("");

="none";

("src",',');

(iframe);

window.frames[0].window.alert(name);

iframe.parentNode.removeChild(iframe);

};

window.confirm=function(message){

variframe=document.createElement("IFRAME");

iframe.style.display="none";

iframe.setAttribute("src",'data:text/plain,');

document.documentElement.appendChild(iframe);

varalertFrame=window.frames[0];

varresult=alertFrame.window.confirm(message);

iframe.parentNode.removeChild(iframe);

returnresult;

};


已有11位网友发表了看法:

欢迎 发表评论: