classid, codebase, and ActiveXObject Reference
This page provides the information required to embed each of the Chilkat ActiveX objects within HTML for Javascript.
Crypt2
Ftp2
HTTP
IMAP
Mail
XML
XMP
Zip
Chilkat Crypt2
<object name="crypt2" width=0 height=0
classid="clsid:3352B5B9-82E8-4FFD-9EB1-1A3E60056904"
standby="Loading Chilkat Crypt2..."
type="application/x-oleobject"
codebase="http://www.chilkatsoft.com/download/ChilkatCrypt2.cab">
</object>
<script type="text/javascript" language="javascript">
var obj = new ActiveXObject("ChilkatCrypt2.ChilkatCrypt2");
</script>
Chilkat FTP2
<object name="ftp2" width=0 height=0
classid="clsid:302124C4-30A0-484A-9C7A-B51D5BA5306B"
standby="Loading Chilkat FTP2..."
type="application/x-oleobject"
codebase="http://www.chilkatsoft.com/download/ChilkatFtp2.cab">
</object>
<script type="text/javascript" language="javascript">
var obj = new ActiveXObject("ChilkatFtp2.ChilkatFtp2");
</script>
Chilkat HTTP
<object name="http" width=0 height=0
classid="clsid:39E861BD-E606-4733-8C79-FADDFD61DC8A"
standby="Loading Chilkat HTTP..."
type="application/x-oleobject"
codebase="http://www.chilkatsoft.com/download/ChilkatHttp.cab">
</object>
<script type="text/javascript" language="javascript">
var obj = new ActiveXObject("ChilkatHttp.ChilkatHttp");
var request = new ActiveXObject("ChilkatHttp.ChilkatHttpRequest");
</script>
Chilkat IMAP
<object name="imap" width=0 height=0
classid="clsid:F98AD88D-47EF-4BED-910E-027491E88F15"
standby="Loading Chilkat IMAP..."
type="application/x-oleobject"
codebase="http://www.chilkatsoft.com/download/ChilkatImap.cab">
</object>
<script type="text/javascript" language="javascript">
var imapObj = new ActiveXObject("ChilkatImap.ChilkatImap");
var messageSet = new ActiveXObject("ChilkatImap.MessageSet");
var mailboxes = new ActiveXObject("ChilkatImap.Mailboxes");
</script>
Chilkat Mail
<object name="mailman" width=0 height=0
classid="clsid:A46E5261-9956-4767-88CA-DFCED050D09E"
standby="Loading Chilkat Mail..."
type="application/x-oleobject"
codebase="http://www.chilkatsoft.com/download/ChilkatMail2.cab">
</object>
<script type="text/javascript" language="javascript">
var mailman = new ActiveXObject("ChilkatMail2.ChilkatMailMan2");
var email = new ActiveXObject("ChilkatMail2.ChilkatEmail2");
var emailBundle = new ActiveXObject("ChilkatMail2.ChilkatEmailBundle2");
</script>
Chilkat XML
<object name="xml" width=0 height=0
classid="clsid:CE2E4226-494A-4DB2-9B45-7C8586CC01A3"
standby="Loading Chilkat XML..."
type="application/x-oleobject"
codebase="http://www.chilkatsoft.com/download/ChilkatXml.cab">
</object>
<script type="text/javascript" language="javascript">
var obj = new ActiveXObject("ChilkatXml.ChilkatXml");
</script>
Chilkat XMP
<object name="xmp" width=0 height=0
classid="clsid:8740FF9F-428E-40B8-8EEF-1C2EA53FD7C4"
standby="Loading Chilkat XMP..."
type="application/x-oleobject"
codebase="http://www.chilkatsoft.com/download/ChilkatXmp.cab">
</object>
<script type="text/javascript" language="javascript">
var obj = new ActiveXObject("ChilkatXmp.ChilkatXmp");
</script>
Chilkat Zip
<object name="zip" width=0 height=0
classid="clsid:DB90DEA9-0897-4B02-9FE0-1E321A22EAB0"
standby="Loading Chilkat Zip..."
type="application/x-oleobject"
codebase="http://www.chilkatsoft.com/download/ChilkatZip2.cab">
</object>
<script type="text/javascript" language="javascript">
var obj = new ActiveXObject("ChilkatZip2.ChilkatZip2");
var crc = new ActiveXObject("ChilkatZip2.ChilkatZipCrc");
</script>