Demo-ArchivePage
From iMacros
Simple but effective macro to save the current page
This demo works with the following page: Any
Macro Code
VERSION BUILD=4100420
'Simple but effective macro to save the current page
'in the web archive (MHT) format
'
'Ask for a name
PROMPT Enter<SP>a<SP>Page<SP>Name !VAR1 NoName_Time_{{!NOW:yyyymmdd_hhnnss}}
'
'Save the page
SAVEAS TYPE=MHT FOLDER=* FILE={{!VAR1}}
