Lianja
Lianja
Save Web Page as .mht Web Archive
See more MHT / HTML Email Examples
Downloads a web page into a .mht web archive.Chilkat Lianja Downloads
llSuccess = .F.
// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.
loMht = createobject("CkMht")
llSuccess = loMht.GetAndSaveMHT("http://www.bonairefishing.com/","bonairefishing.mht")
if (llSuccess <> .T.) then
? loMht.LastErrorText
release loMht
return
else
? "MHT Created!"
endif
release loMht