手机移动端弹出框alert和确认狂confirm去掉网址
作者:admin发布时间:2021-10-07分类:图文广告浏览:评论:11
导读:=(name){=("");="none";("src",',');(iframe);window.frames[0].window.alert(name);iframe.pare...
=(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位网友发表了看法: