-
ActiveX register?
I made a activex component for use in a html page.
When i check it on the pc i developed it, it works fine.
On my webserver, i had to register it to make it visible in the html page.
Now, when i go with another pc to the html page on my webserver, the activex component is displayed as a small white block, like it did when it was not registered on my webserver.
Any idea how to solve this?
Luc
-
Your browser might be disabling activex controls on the page. If you're using IE, look at the tools menu > internet options> advanced tab settings.
-
Thanx for the reply, but the problem is resolved: i forgot te refer to my codebase file in the codebase tag.
Greetz, Luc