当前位置: 首页 > 图文教程 > 网络编程 > Javascript > 超级简单的图片防盗(HTML),好用

Javascript
脚本收藏iframe
自适应图片大小的弹出窗口
Prototype1.4手册
3张图片循环组和(很有动感)
图片加载进度实时显示
收藏一个代码
点击变化图象 不错
去除链接虚线全面分析总结
如何用JS取得网址中的文件名
新页面打开实际尺寸的图片
js的event详解。
js输入中文效果
图片完美缩放
图片自动更新(说明)
Ajax Blog 用到的几个函数
js几个不错的函数 $$()
菜单效果
yahoo 页面的标签效果
Ucren Virtual Desktop V2.0
一段非常简单的让图片自动切换js代码

Javascript 中的 超级简单的图片防盗(HTML),好用


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-10-12   浏览: 159 ::
收藏到网摘: n/a

<style type="text/css">
* html img {
filter:expression(
this.不能去掉 ? "" :
(
(!this.complete) ? "" :
this.runtimeStyle.filter = ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')") +
String(this.不能去掉 = true).substr(0, 0) +
(this.src = "http://www.sxpcrazy.com/blog/clear.gif").substr(0, 0)
)
);
}
</style>
<img src="/upload/tech/20091012/20091012084510_185c29dc24325934ee377cfda20e414c.gif">