G
[Gizmo]
Hi guys,
I am retrieving a jsp generated html using the following code:
VBA:
Dim doc1 As HTMLDocument Set doc1 = New HTMLDocument Dim doc2 As
HTMLDocument Set doc2 = doc1.createDocumentFromUrl(Configuration.EDDIURL +
"/" + theURL, "")
VBA tags courtesy of www.thecodenet.com
However, it seems to always use the cache (after getting the webpage for the
first time)!!
To solve this, I was using a bunch of code to actually delete the MSIE6
cache...and it was working!
Now, my company decided to move into MSIE7....and the code for wiping my
MSIE cache no longer works...
Anyone has an idea of how can it be done?
Cheers and many thanks!!
Gizmo
I am retrieving a jsp generated html using the following code:
VBA:
Dim doc1 As HTMLDocument Set doc1 = New HTMLDocument Dim doc2 As
HTMLDocument Set doc2 = doc1.createDocumentFromUrl(Configuration.EDDIURL +
"/" + theURL, "")
VBA tags courtesy of www.thecodenet.com
However, it seems to always use the cache (after getting the webpage for the
first time)!!
To solve this, I was using a bunch of code to actually delete the MSIE6
cache...and it was working!
Now, my company decided to move into MSIE7....and the code for wiping my
MSIE cache no longer works...
Anyone has an idea of how can it be done?
Cheers and many thanks!!
Gizmo