StandardUser Posted November 6, 2009 Share Posted November 6, 2009 (edited) I'm trying to use a simple example from AutoIt help, let's say: InetGet("http://www.mozilla.org", "C:\foo.html") But it's just spitting out an error. I also disabled all firewalls, still no luck. I am noob to all the network stuff, but afaik it may be related to non open ports? I am using Samsung WiMax USB adapter for accessing internet. What could be the problem? Also, are there any other methods how to save a webpage to local hdd? I was trying to launch an invisible IE window, navigate to a webpage and get its source with _IEDocReadHTML, but its very slow in my case. I would greatly appreciate any help. Edited November 6, 2009 by 871 Link to comment Share on other sites More sharing options...
Nutster Posted November 6, 2009 Share Posted November 6, 2009 Which version of AutoIt are you using? Are you using the new beta? The InetGet functionality has change substantially in the new beta. Read the beta docs for details. David NuttallNuttall Computer Consulting An Aquarius born during the Age of Aquarius AutoIt allows me to re-invent the wheel so much faster. I'm off to write a wizard, a wonderful wizard of odd... Link to comment Share on other sites More sharing options...
StandardUser Posted November 6, 2009 Author Share Posted November 6, 2009 I'm using v3.3.0.0, not the beta. Strange thing - it works when compiled to exe, but not from within Scite Anyway, could someone suggest, how to save a complete webpage(with all the images) to a tmp file and load it to a browser on the fly? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now