Please help
I need to know how i could nevigate to a page without it being read from cahe...currently i achieve this by first navigating to a page then once loaded, i do a refresh2 ....is it possible to attain the same result without having to do a refresh. See what i do below:
objIE.Navigate "Do While objIE.ReadyState <> 4
WScript.Sleep 2000
Loop
objIE.Refresh2(3)
I need to know how i could nevigate to a page without it being read from cahe...currently i achieve this by first navigating to a page then once loaded, i do a refresh2 ....is it possible to attain the same result without having to do a refresh. See what i do below:
objIE.Navigate "Do While objIE.ReadyState <> 4
WScript.Sleep 2000
Loop
objIE.Refresh2(3)