ava
12-07-2006, 06:02 AM
Hi, I hope I'm in the right forum for this.
I'm trying to make a script that creates an activex component:
oShell= new ActiveXObject("WScript.Shell");This works fine when I start the page up normally, but when I access it through my webserver (apache), it gives an error and says that the object cannot be created.
Does anyone have any idea how to make this work with Apache?
Ava
I'm trying to make a script that creates an activex component:
oShell= new ActiveXObject("WScript.Shell");This works fine when I start the page up normally, but when I access it through my webserver (apache), it gives an error and says that the object cannot be created.
Does anyone have any idea how to make this work with Apache?
Ava