From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e68824ae772f3c65,start X-Google-Attributes: gid103376,public From: "David Botton" Subject: Run Ada ActiveX objects in your browser Date: 1999/09/06 Message-ID: <7r1n5v$19ee$1@news.gate.net>#1/1 X-Deja-AN: 521905335 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 X-Complaints-To: abuse@gate.net X-Trace: news.gate.net 936665087 42446 199.227.148.202 (7 Sep 1999 00:44:47 GMT) Organization: CyberGate, Inc. NNTP-Posting-Date: 7 Sep 1999 00:44:47 GMT Newsgroups: comp.lang.ada Date: 1999-09-07T00:44:47+00:00 List-Id: Today I added an example on how to implement a dual interface to the COM page http://www.adapower.com/com Dual interfaces allow scripting languages to call your interfaces using late binding through the IDispatch interface. It is Microsoft's recomendation that all interfaces be dual unless they are intended never to be used by any scripting language. (ex. JScript, VBScript, etc). In fact, how would you like to run some Ada Code from your browser? Set your Internet Explorer Security Setting to Low (The ActiveX objects is not signed) and then go to http://www.adapower.com/com/beep.html and give it a try! (about 60k for the object download) David Botton