|
Posted by Joel Shepherd on 01/23/07 05:45
"JAYO" <jayo999@gmail.com> wrote:
> I've a COM object with methods. I want an implementation in a HTML for
> using with a java script function. I know that there is an 'OBJECT
> TAG'. I think that i can use the COM object with this TAG. How to
> create and implement the object?, How to use their methods in the HTML
> page?, How to use in a javascript function?
You might take a gander at these:
http://www.faqts.com/knowledge_base/view.phtml/aid/9230
http://www.webreference.com/js/column55/activex.html
http://www.c-point.com/javascript_tutorial/jsobjActiveXObject.htm
As one site says, doing this is "totally non-portable". I.e., if you can
get it to do what you need on IE, consider yourself lucky. Anything more
than that is probably a pipe dream.
--
Joel.
"Liquor, speed, and a rubber tire"
[Back to original message]
|