Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IntGetFile simulate: firefox 'Save page as'
#1
Is it possible to simulate the following in with "IntGetFile":
"File >> Save page As" (Firefox).

Most browsers support this kind of saving, and it saves the current page.

For example, I am on page http:\\www.test\abc.htm, then if I go in firefox to 'File' and then
'Save page as', the page will be saved as:
- FOLDER: abc_files
- FILE: abc.htm

All resources (images, css,...) in 'abc.htm' are saved in FOLDER 'abc_files'.

Is there a way to simulate this in using "IntGetFile"?
If it is not possible, there another way to this in QM?

(I need to save a lot of pages using script, I looked at "httrack" but the command-line is too complex. I also looked in the firefox commandline options to directly save a page but it does not support that kind of webpage saving through command-line using firefox.exe)
#2
Quote:Is there a way to simulate this in httrack using "IntGetFile"?
Difficult. Need to parse the html page, extract and resolve all images etc.
Maybe possible with the web browser control, but I don't know.
#3
Ok thank you!
I'll look for another way!
#4
not used for a while now, but does not the scrapbook firefox extension allow that (search for saved web pages in your firefox profile, scrapbook folder)????
#5
I was looking more for a command-line kind of solution (unless Scrapbook supports that also).
I will still take a look at it, thanks for that tip!
#6
Honestly I don't recall....


Forum Jump:


Users browsing this thread: 1 Guest(s)