问题描述
请确认:<div>真的不会被拦截吗?说明,我的项目主要是在内网上用,要求不是很高的.
解决方案
解决方案二:
很明显div不会被拦截客户端只拦截程序打开的窗口
解决方案三:
试试<script>showModalDialog('http://www.xxx.com')</script>
解决方案四:
,我的项目主要是在内网上用?????????????/那还不简单?维护起来又方便...一样还是用弹出窗口...只要把那些拦截窗口的软件干掉...OK!!!!
解决方案五:
老大,你可以借鉴一下这个效果啦!http://topic.csdn.net/t/20041229/14/3685523.html
解决方案六:
showModalDialog不被拦截
解决方案七:
抄来的-------<%@PageLanguage="C#"AutoEventWireup="true"CodeFile="8_链接上提示层.aspx.cs"Inherits="_8_链接上提示层"%><!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"><headrunat="server"><title>无标题页</title><scriptlanguage=javascript>functionshow(obj){varstr=getIE(obj)vartemp=str.split(",")vartop=temp[0]varleft=temp[1]varobjDiv=document.getElementById("div1")objDiv.style.display="";objDiv.style.left=temp[1];objDiv.style.top=parseInt(temp[0])+parseInt(obj.offsetHeight);}functiongetIE(e){vart=e.offsetTop;varl=e.offsetLeft;while(e=e.offsetParent){t+=e.offsetTop;l+=e.offsetLeft;}return(t+","+l);}functionhide(obj){obj.style.display="none"}</script></head><body><formid="form1"runat="server"><div><divid="div1"onMouseOut="hide(this)"style="background-color:red;position:absolute;width:200px;height:100px;top:-100px;"><ahref="#">你的问题</a>有问题没</div><ahref="javascript:void(0)"onmouseover=show(this)>点我</a><br><br><br><br><ahref="javascript:void(0)"onmouseover=show(this)>点我</a><br></div></form></body></html>
解决方案八:
<ahref="
解决方案:
#"style="color:blue"onmouseover="document.all.layer1.style.visibility=''"onmouseout="document.all.layer1.style.visibility='hidden'">1234567890</a><divid="layer1"style="position:absolute;width:300px;height:100px;z-index:1;background-color:#ccffff;layer-background-color:#ccffff;border:1pxnone#000000;visibility:hidden">11111111</div>这个更简单
解决方案:
DIV的隐藏显示也就是div.style.display="none"or""
解决方案:
http://www.selfweb.cn/messagebox/Default.aspx看下我做到这个,可以在服务器端做事件处理
解决方案:
1.请使用Google搜索“LightBox+JS+V2”,然后你就能看到LightBox的官方网站,参考它的做吧。2.这样子做并非不能拦截,只是暂时大多数拦截工具对此的拦截能力不高,或者对于是否应该拦截的判断成功率不高所以往往能够开放过不要杀错。事实上,很早就已经有能够拦截<div/>弹出的拦截工具。
解决方案:
LightBox,没有必须在这事上费太多时间~~~
解决方案:
恩,div和window.open各有千秋啦
解决方案:
ding
解决方案:
帮顶
解决方案:
用showModalDialog吧
解决方案:
好!JF