
|
<DIV><IMG id=ref src="sl1.jpg" height=207 width=186><br>
<SCRIPT>
function reflec(){
setInterval("rsl.filters.wave.phase+=10",90);}
if (document.all){
document.write('<img id=rsl src="'+document.all.ref.src+'" style="filter:wave(strength=2,freq=3,phase=0,lightstrength=10) blur() flipv()">')
window.onload=reflec}
</SCRIPT>
</DIV>
- - - - - - - - - - - Instead of window.onload you can also use document.onmouseover (used also for the image on the left). Note that in the last line of the script, window.onload=reflec, the function name is used without brackets. |