Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
fdelacal
Specialist
Specialist

save html code

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

1 Solution

Accepted Solutions
whiteline
Master II
Master II

This is an excelent demonstration of how to perform http requests manually:

http://community.qlik.com/docs/DOC-3105

View solution in original post

6 Replies
whiteline
Master II
Master II

Hi.

If you talk about QV: Button + Macro + HTTP get request.

fdelacal
Specialist
Specialist
Author

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

whiteline
Master II
Master II

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 ?

fdelacal
Specialist
Specialist
Author

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.

whiteline
Master II
Master II

This is an excelent demonstration of how to perform http requests manually:

http://community.qlik.com/docs/DOC-3105

fdelacal
Specialist
Specialist
Author

Thanl you for your help i will study this doc.