*RESOLVED*
I had incompatible OCXs running.
I have to create an ActiveX control to embed into an internet document for work. Yeah, I know it will only work in IE, it's company rule though, the boss says I get paid for this, so I'm doing it.
I've created the ActiveX and have "SetupKit"ed it into a CAB file. I'm using the <object> tag that the setup program created. When I look at my page locally, it all works. I post it to the website and it falls apart, it won't even ask me to download and install the ActiveX. If I first look at the page locally and then goto the server it will work. So the browser can find it locally, but not remotely. What am I doing wrong?


Reply With Quote