| View previous topic :: View next topic |
| Author |
Message |
TL
Joined: 01 Nov 2006 Posts: 20
|
Posted: Sat Oct 10, 2009 7:22 pm Post subject: URLDownloadToFile - Problem with IE6 in Win98 |
|
|
Are there any known problems with using URLDownloadToFile in Windows 98 running IE 6? The function downloads the file in XP and Vista but fails in Win98. IE 6 in Win98 will download the file if it is given the file's URL.
Any help would be appreciated.
Thanks,
TL |
|
| Back to top |
|
 |
Leef_me
Joined: 08 Apr 2009 Posts: 5336 Location: San Diego, California
|
Posted: Sat Oct 10, 2009 8:14 pm Post subject: |
|
|
did you notice the remark about caching? http://www.autohotkey.com/docs/commands/UrlDownloadToFile.htm
| Quote: | | In v1.0.44.07+, the URL is retrieved directly from the remote server (that is, never from Internet Explorer's cache). |
How recent is your ahk version for this win98 computer ?
| Code: | | msgbox %A_AhkVersion% |
|
|
| Back to top |
|
 |
Guest
|
Posted: Sun Oct 11, 2009 3:43 am Post subject: Re: URLDownloadToFile - Problem with IE6 in Win98 |
|
|
| TL wrote: | Are there any known problems with using URLDownloadToFile in Windows 98 running IE 6? The function downloads the file in XP and Vista but fails in Win98. IE 6 in Win98 will download the file if it is given the file's URL.
Any help would be appreciated.
Thanks,
TL |
Just out of curiousness, can you download the file with IE6. I could be some (IE) setting in the win98 box that is causing the problem. I have used UrlDownloadToFile without any problems on several installions of Win98se/IE501 and Win98/IE4. |
|
| Back to top |
|
 |
TL
Joined: 01 Nov 2006 Posts: 20
|
Posted: Sun Oct 11, 2009 1:15 pm Post subject: |
|
|
Thanks for the replies.
The ahk version is 1.0.47.06. It doesn't appear that caching is the problem.
Yes, I can you download the file with IE6. The IE settings seem to be ok. |
|
| Back to top |
|
 |
|