Hi..... I want to write a COM object(in VC++) which has a method MyPrint(). I want to use the COM object from javascript in following way:
var printer = CreateObject("MyPrintCOM");
printer.MyPrint();
I will be using the script in HTML displayed in IE 6.0
How can I get the browser...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.