我用的也是IFRAME,但是它也闪啊。还有没有别的办法。比如JAVA能不能实现。有没有这样的代码。

解决方案 »

  1.   

    可以实现不刷新
    <div id=yourTable>
       这儿加入你的列表
    </div>
    在页面上加入
    <iframe id=idIframe style='display:none'></iframe>
    <script>
    function refreshMe()
    {
    try{
    idIframe .location = './getData.asp';
    msg_Timer = setTimeout(refreshMe()',30000);
    }
    catch(e)
    {
    ;
    }
    }
    refreshMe();
    </script>
    //----------------------------------------------
    在getDate.asp里实现
    <script>
      top.yourTable.innerHTML = "你的列表内容";
    </script>
      

  2.   

    我的信箱是[email protected].谢谢大家来帮我解决这个难题。
      

  3.   

    iframe是什么?
    怎么用?
    资料到哪里找?
      

  4.   

    用SOAP
    xmlhttp对象提交和接收数据