WebBrowserControl |
Post Reply |
Author | |
Bernie
Senior Member Joined: 05 July 2007 Location: Taiwan Status: Offline Points: 109 |
Post Options
Thanks(0)
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 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |