把如下代码复制到<body>与</body>之间
<IMG height=189 id=reflect src="119.gif" width=237><BR>
<s cript language=Javas cript1.2>
function f1(){
setInterval("mdiv.filters.wave.phase+=10",100);
}
if (document.all){
document.write('<img id=mdiv src="'+document.all.reflect.src+'" style="filter:wave(strength=3,freq=3,phase=0,lightstrength=30) blur() flipv()">')
window.onload=f1
}
</s cript>