|
Posted by Andy Dingley on 11/17/25 11:28
keerthana_m_2003@yahoo.com wrote:
> I wanted to use a COM interface from a HTML page or from a JAVA Script.
HTML is a markup language, not a programming language.
JavaScript doesn't understand COM.
Java is something altogether different.
JScript (M$oft's proprietary extension to JavaScript) can do COM /
ActiveX quite easily. Some searching around on
http://msdn.microsoft.com should get you started.
Be warned though that these techniques are powerful but impossibly
insecure. They have uses for intranets, but are almost useless over the
public interweb. No one trusts M$oft or executable components any more,
and a good thing too.
You might also like to investigate AJAX, which is a more recent and
better thought out solution to many of the same problems that you might
address through COM.
Navigation:
[Reply to this message]
|