Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i need sabe html code as txt file for example.
When i open http://www.nytimes.com/ for example
i would like to do automaticly open (in mozilla ) ctrl + u and save this doc.
Thats can be possilble??
Thanks
This is an excelent demonstration of how to perform http requests manually:
Hi.
If you talk about QV: Button + Macro + HTTP get request.
yeah, I'm trying to do something like that ..! I have a variable with many websites, I need to get the html code of each for specific information then that code. Can you help me with the macro to create?
Thanks a lot
Why don't you just read that websites in a loop within your load script to get the requered info ?
Do you really need to perform HTTP request manually to get the whole content ?
because the website did not return any data.
another example is this website.
if we put this
http://community.qlik.com/message/277403#277403
beacuse that. for example. there are web that are supported but not supported anothers.
This is an excelent demonstration of how to perform http requests manually:
Thanl you for your help i will study this doc.