我想做一个网页浏览器,现在需要做一个“刷新”按钮,不知道用什么命令,我用的
webbrowser 控件,使用控件的Navigate,REFRESH方法,总是没有办法实现ASP计数器累加的问题,但是用IE打开点刷新就可以实现,ASP程序是我自己写的用的application变量,没有问题。
真郁闷……

解决方案 »

  1.   

    啊,谢谢你啊,refresh2可以完成,但是我现在有些不明白
    Navigate,REFRESH

    Navigate2,REFRESH2
    有什么区别啊?为什么这么不同,分不会少给的,呵呵
    能有人回答就好,没有人回答就算了
      

  2.   

    Call Refresh2 to reload the current document. Unlike the Refresh method, Refresh2 lets you specify what level of refresh to perform.
      

  3.   

    REFRESH_NORMAL 0 Perform a lightweight refresh that does not include the pragma:nocache header. The pragma:nocache header tells the server not to return a cached copy. This can cause problems with some servers. 
    REFRESH_IFEXPIRED 1 Only refresh if the page has expired. Do not include the pragma:nocache header.
    REFRESH_CONTINUE 2 For internal use only.
    REFRESH_COMPLETELY 3 Perform a full refresh, including the pragma:nocache header. Using this option is the same as calling the Refresh method.When Level is omitted, a value of REFRESH_COMPLETELY is assumed.嘻嘻,以上是delphi的帮助...