From: Faizan T. <fa...@ti...> - 2003-07-27 17:20:42
|
HI. A few suggestion about sample HTML. Just add Codebase property in your object tag like this it would download the OCX itself. A Cab file would be nice. ActiveX control will get registered automatically. Also most of us will have to chnage their security settings in Internet Explorer to allow running non-signed activex controls (I guessyou havent digitally signed the control). ----- Original Message ----- From: "Masakazu Nakano" <n-...@md...> To: "Babar Shafiq" <bab...@ya...> Cc: <iax...@li...> Sent: Sunday, July 27, 2003 4:51 PM Subject: Re: [Iaxclient-devel] IAX Client COM ActiveX version > > Hi > > sample code is running like that :-) > http://www.dairiten.com/webiax/ > > maybe need run 'regsrv32' at first. > > --- > Masakazu Nakano. > Dairiten.com - an open source VoIP and Ubiquitous Portal site in Japan. > http://www.dairiten.com/modules/news/ > powered by xoops at http://www.xoops.org > > On Sat, 26 Jul 2003 06:05:44 -0700 (PDT) > Babar Shafiq <bab...@ya...> wrote: > > > Hi, > > > > For catching Status_messages and State_change add this before end "</body>" > > > > > > Code to Add in web page. > > > > <P><INPUT id=text5 name=text5 style="WIDTH: 302px; HEIGHT: 22px" size=38 disabled></P> > > <P><INPUT id=text6 name=text6 style="WIDTH: 302px; HEIGHT: 22px" size=38 disabled></P> > > <SCRIPT LANGUAGE="VBScript"> > > Sub DIaxClientOcx1_Messages(ByVal Message) > > text5.value=Message > > End Sub > > Sub DIaxClientOcx1_State(ByVal StateEvent) > > text6.value=StateEvent > > End Sub > > </SCRIPT> > > > > > > > > ===== > > God is a great Programmer > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! SiteBuilder - Free, easy-to-use web site design software > > http://sitebuilder.yahoo.com > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > > Data Reports, E-commerce, Portals, and Forums are available now. > > Download today and enter to win an XBOX or Visual Studio .NET. > > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > > _______________________________________________ > > Iaxclient-devel mailing list > > Iax...@li... > > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Iaxclient-devel mailing list > Iax...@li... > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel |