Hi,
I want to save a web page result, I tried your HTTPRequest command, but the resulting file doesn’t include bar graphs as the regular page shows, How can I fix this? This is my code:
HTTPRequest>http://179.99.31.240/mp/index.php,d:Out ... MLResponse
HTTPRequest with graphs
Moderators: Dorian (MJT support), JRL
HTTPRequest with graphs
Thanks,
Salvador Hernandez
Salvador Hernandez
Are you opening the resulting file in a browser? Maybe there is javascript code which needs to execute in the browser - and just looking at the file in a text editor is not showing what you expect.but the resulting file doesn’t include bar graphs
I would need to be able to hit your URL to debug further.... if the process is internal to your firewall I can't see it.
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
There are probably graphics too. Your code is only downloading the HTML. It won't download any images or other files that html refers to. You could parse the HTML locate the URIs of the images and download those with HTTPRequest also.
But perhaps this would just be easier to do by opening the URL in a browser and then automating the browser to save the page to a file.
But perhaps this would just be easier to do by opening the URL in a browser and then automating the browser to save the page to a file.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?