Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: Re: Embedding ActiveX control in ASP


Message #1 by "cindy zhou" <czhou@w...> on Mon, 24 Mar 2003 15:05:04
Hi, I have run into the same problem now. Did you actually solved your 
problem? And how?

Thanks,
Cindy

> I could embed an ActiveX control(OCX) in ASP.
> It works fine in the server but when it was accessed from someother 
machine,
> ActiveX controls are not getting downloaded.
> I've created .cab file in my ASP
> The code is attached.
> <%@ Language=VBScript %>
> <HTML>
> <HEAD>
> <META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
> </HEAD>
> <BODY>
> 
> <P>
> <OBJECT classid=clsid:CC3A4C70-C3C9-11D5-95F0-00010301426B
> id=Message1><PARAM NAME="_ExtentX" VALUE="8467"><PARAM NAME="_ExtentY"
> VALUE="6350">
> <CODEBASE="../Cabinet2/Cabinet2.cab#Version=1,0,0,0">
> </OBJECT>
> </P>
> 
> </BODY>
> </HTML>
> Anything wrong in this code, Plz help me.
> Thanks in advance,
> -Nav
> 

  Return to Index