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>





Reply With Quote