here's the MSDN link to the MSHTML docs.
http://msdn.microsoft.com/library/default.asp?url...ence/reference.asp
now if i have the CLSID and the "code base" params for use in a web page, how do i get from:
code:
<OBJECT ID="Balloon"
CLASSID="CLSID:18D9ABAF-C390-4018-B153-ABB46EBF5A98"
CODEBASE="BlnDialog.CAB#version=6,5,0,0">
</OBJECT>
to:
code:
var balloon = new activex(SHOOTME.INTHEFACE);