加水波的<IMG id=reflect src="http://community.csdn.net/images/CSDN_logo.GIF"><BR>
<SCRIPT> 
function f1()

setInterval("mdiv.filters.wave.phase+=10",100); 

document.write('<img id=mdiv src="'+document.all.reflect.src+'" style="filter:wave(strength=3,freq=3,phase=0,lightstrength=30)">') 
window.onload=f1 
</SCRIPT>

解决方案 »

  1.   

    1.你随便写一个Applet程序,在页面调用通过是否成功来判断
    2.下面这种方法我一直没有机器测试,你看看如果好的通知我一声
    <HTML XMLNS:IE>
    <HEAD>
    <STYLE>
    @media all {
       IE\:clientCaps {behavior:url(#default#clientCaps)}
    }   
    </STYLE>
    </HEAD><BODY>
    <IE:clientCaps ID="oClientCaps" /><PRE id=oPre></PRE><SCRIPT>
    <!--
    function window.onload()
    {
       sTempStr = "availHeight    = " + oClientCaps.availHeight    + "\n" + 
                  "availWidth     = " + oClientCaps.availWidth     + "\n" + 
                  "bufferDepth    = " + oClientCaps.bufferDepth    + "\n" +
                  "colorDepth     = " + oClientCaps.colorDepth     + "\n" +
                  "connectionType = " + oClientCaps.connectionType + "\n" +
                  "cookieEnabled  = " + oClientCaps.cookieEnabled  + "\n" +  
                  "cpuClass       = " + oClientCaps.cpuClass       + "\n" + 
                  "height         = " + oClientCaps.height         + "\n" + 
                  "javaEnabled    = " + oClientCaps.javaEnabled    + "\n" + 
                  "platform       = " + oClientCaps.platform       + "\n" + 
                  "systemLanguage = " + oClientCaps.systemLanguage + "\n" + 
                  "userLanguage   = " + oClientCaps.userLanguage   + "\n" + 
                  "width          = " + oClientCaps.width          + "\n" ;
      
       oPre.innerText = sTempStr;
         
    }
    -->
    </SCRIPT>
    </BODY>
    </HTML>
    3.<applet codebase="URL"></applet>不知道这种方法是否能够自动让它自动下载