Chilkat HOME ASP Visual Basic VB.NET C# Visual C++ C MFC Delphi FoxPro Java Perl PHP Python Ruby SQL Server VBScript
|
Save Web Page as .mht Web ArchiveDownloads a web page into a .mht web archive. <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body> <% set mht = Server.CreateObject("Chilkat.Mht") success = mht.UnlockComponent("30-day trial") If (success <> 1) Then Response.Write "Mht component unlock failed" & "<br>" End If success = mht.GetAndSaveMHT("http://www.bonairefishing.com/","bonairefishing.mht") If (success <> 1) Then Response.Write mht.LastErrorText & "<br>" Else Response.Write "MHT Created!" & "<br>" End If %> </body> </html> |
Need a specific example? Send a request to support@chilkatsoft.com
© 2000-2008 Chilkat Software, Inc. All Rights Reserved.