http://www.bindows.net/bindows/samples/applauncher/

解决方案 »

  1.   

    试试这个,
    <meta name="Author" content="">
    <meta name="Keywords" content="">
    <meta name="Description" content="">
    <script language="JavaScript">
    <!--
    var string="";
    var i=0;
    function fnStartInit()
    {
    i++;
          string+="装载状态"+i+":"+document.all.frames.all.frame1.readyState+"<br>";
     frame2.document.body.innerHTML="<div style='border:black solid 1px;'>"+string+"</div>";
     if (document.all.frames.all.frame1.readyState == "complete") {
    document.all.frames.cols="30%,50%,*";
     }
    }//-->
    </script>
    </head><FRAMESET id="frames" COLS="0%, 50%, *">
    <FRAME id="frame1" SRC="http://expert.csdn.net/Expert/topic/2914/2914315.xml?temp=.3856012" onreadystatechange="fnStartInit()">
    <FRAME id="frame2" SRC="">
    <FRAME id="frame3" SCROLLING="NO" SRC="graphic.htm">
    </FRAMESET></html>至于那个弹出的窗口,其实是一个动态显示出来的DIV对象
      

  2.   

    我也很关心xici是怎么实现的,在web下应该不能实现真实的进度条效果。