Re: Accessing ActiveX control method from VBScript



in the OBJECT tag replace CODEBASE with SRC.

with ie6 this works fine.
marco

"shiva" <shiva@xxxxxxxxxxxxxxxxxxxxxxxxx> schrieb im Newsbeitrag
news:5A755AF1-4B16-4AB0-844B-7C88E4F73BD6@xxxxxxxxxxxxxxxx
> Hello,
>
> I have a activeX control registered in both the client machine and
server
> machine.
> Using VBScript how i can access the method of the activex control.
> I'm trying like this is there any mistake?
>
> <OBJECT ID="object1" CLASSID="the class id" align = "baseline" border =
"1"
> width = "800" height = "600"
Codebase="http://ip/ActiveXcontrol.ocx";></OBJECT>
> <script Language="VBScript">
> object1.Start(par)
> </script>
> My asp page is in the server and i'm browsing from my client machine and
> trying to call the exposed start method in the activex control.
> Its giving error "object doesnt support this property or method "
> What i'm doing wrong here.. Any assistance would be appreciated.
>
> --
> Software Engineer


.



Relevant Pages

  • Re: Anonymous user as Administrator ,is it security hole?
    ... i am trying to upload a a file from client machine to ... client has to to download a ActiveX control and ActiveX control ... Now every time i upload a document to server i was getting errror ... Calls for the Win32 Internet function to redo the request.) ...
    (microsoft.public.inetserver.iis.security)
  • Using Managed DirectX in a dotNet ActiveX Control
    ... Recently I'am trying to get DirectX into a ActiveX Control that is ... located on the server and will be called with the object tag in a html ...
    (microsoft.public.win32.programmer.directx.managed)
  • Using Managed DirectX in a dotNet ActiveX Control
    ... Recently I'am trying to get DirectX into a ActiveX Control that is ... located on the server and will be called with the object tag in a html ...
    (microsoft.public.win32.programmer.directx.managed)
  • Re: Is it possible?
    ... I know about that way but in this case control is on a server and then ... downloaded to the client machine. ... Can the classid parameter, in object tag, identify control that is in global ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: HTTP receive issue
    ... type is defined in your IIS settings so that it is aware of the media type. ... Client probes the WSS server for the required ActiveX control by ...
    (microsoft.public.biztalk.general)

Loading