1. [OT] sort of
- Posted by dcole Dec 24, 2009
- 1193 views
Hello everybody and Merry Christmas.
How can I open a webpage refresh it then download it.
I know how to download with URLMON.EW.
But some web pages are older than what I want.
Is this a browser problem?
Here are some sample web pages I am having trouble with.
http://www.sfgate.com/weather/
http://sports.yahoo.com/nfl/odds
Everytime I check the weather It gives me the weather for the day before unless I refresh.
Any ideas or help appreciated.
Don Cole
2. Re: [OT] sort of
- Posted by jimcbrown (admin) Dec 25, 2009
- 1155 views
Hello everybody and Merry Christmas.
How can I open a webpage refresh it then download it.
I know how to download with URLMON.EW.
But some web pages are older than what I want.
Is this a browser problem?
Here are some sample web pages I am having trouble with.
http://www.sfgate.com/weather/
http://sports.yahoo.com/nfl/odds
Everytime I check the weather It gives me the weather for the day before unless I refresh.
Any ideas or help appreciated.
Don Cole
Sounds like a proxy or caching issue. We had this issue with one of the v4 web demos (t_net_http.e), which was worked around by set_sendheader("Cache-Control", "no-cache" ).
3. Re: [OT] sort of
- Posted by dcole Dec 25, 2009
- 1142 views
Sounds like a proxy or caching issue. We had this issue with one of the v4 web demos (t_net_http.e), which was worked around by set_sendheader("Cache-Control", "no-cache" ).
Thank you Jim,
In IE it's Tools/Internet Options/Temperary Internet Files/Settings/ select "Every visit to the page".
Althogh this is an Internet Explorer Setting it effects what URLMON.EW(in the Archives) downloads!
Don Cole