Results 1 to 3 of 3

Thread: ActiveX component can't create object

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2001
    Posts
    23

    ActiveX component can't create object

    Im using an activeX component on my web page. Basically its stored on the client side and is called from web page. When this webpage is on the local computer it works fine, but when i put it onto my intranet server and try to run it i get the error:
    ActiveX component can't create object

    How can i resolve this error?
    Thanks
    Sythe, xxx

    P.S This page is only going to be on the intranet, not internet, so security problems should not matter, i think

    P.P.S
    The code i am using to call the ActiveX object is
    Code:
    <script language="VBScript">
    <!--
    Sub Launch(App, Param)
    	Dim oLaunch
    	Set oLaunch = CreateObject("Xloader.run")
    	oLaunch.Application = App
    	oLaunch.Parameters = Param
    	oLaunch.Launch
    	Set oLaunch = Nothing
    End Sub
    -->
    </script>
    Last edited by sythe; Sep 29th, 2001 at 04:43 AM.
    Sythe

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width