
6、Technique
fmideal
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Javascript识别浏览器类型
这时定义了一个类帮助我们识别浏览器的类型:var Browser = new Object();var ua = navigator.userAgent.toLowerCase();Browser.isMozilla = (typeof document.implementation != undefined) && (typeof document.implementation.crea原创 2007-04-15 21:40:00 · 1420 阅读 · 0 评论 -
实现网页在显示对话框时网页的内容不可操作
width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; z-index: 50000;" onclick="return false" onmousedown="return false" onmousemove="return false" onmouseup="retur原创 2007-04-15 21:53:00 · 1706 阅读 · 0 评论