Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - WebBrowserControl
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

WebBrowserControl

 Post Reply Post Reply
Author
Message Reverse Sort Order
Bernie View Drop Down
Senior Member
Senior Member
Avatar

Joined: 05 July 2007
Location: Taiwan
Status: Offline
Points: 109
Post Options Post Options   Thanks (0) Thanks(0)   Quote Bernie Quote  Post ReplyReply Direct Link To This Post Topic: WebBrowserControl
    Posted: 15 May 2008 at 5:04am
First time, I use this code and in the Document_complete event to get InnerHTML. It's all right!! Returned 'bernie'
 
WebBrowser1.Navigate "myaddrees1.php?user=bernie"
WebBrowser1.Refresh
 
But, if I run the code the second time, same address but different argument. Like this:
 
WebBrowser1.Navigate "myaddrees1.php?user=winwin"
WebBrowser1.Refresh
 
It should return "winwin".
 
However, The returned String in the InnerHTML property remains the same.
 
I guess it's because of the cache.
 
How can I clear the webbrowsercontrol's cache?
 
 
 
Bernie Ho, Planning Manager + IELTS specialist + part-time programmer
Taiwan, R.O.C
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.117 seconds.