nick1812 Posted January 22, 2010 Share Posted January 22, 2010 Hi, I've seen this problem in these forums before, but unfortunately no answers... I want to save a webpage from www.weather.com with InetGet() It used to work great, but since they changed the layout recently, InetGet saves a file with just a bunch of empty lines. Probably some fancy script on that page, but is there a way to save that page anyway?? Cheers, Arjan Link to comment Share on other sites More sharing options...
nick1812 Posted January 22, 2010 Author Share Posted January 22, 2010 (edited) That page uses a ridiculous amount of Javascript, but this code still works without a problem. InetGet("http://www.weather.com/", "Test.html", 1) I'm using the url as shown in the addressbar after entering a location. So, the script I have been using so far showed the local weather info. Tonight I've been trying to write a script that simply opens the url with mshta.exe and then scans the temporary internet files for the right info. But after testing a while I'm only getting blank screens. I'll continue with it tomorrow unless there is an easier solution... Edited January 22, 2010 by nick1812 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