Click to See Complete Forum and Search --> : HTML object tag


bbarodia
09-06-2009, 04:02 PM
Hi,
I have a file that has an OBJECT tag which loads an Activex control using the classid attribute. This works fine when i have the file on my local machine. But when i upload to a unix web server, the controls fail to load. I would really appreciate if i can get some help for that.


Regards,
Biren

maneetpuri
09-07-2009, 07:59 AM
Hi,

The ActiveX controls needs to be registered on the server first before they can be used. It works well on your local machine as its registered there. If the control you have developed is Unix compatible then ask your host to register it for you and then it will work.

Cheers,

~Maneet

bbarodia
09-07-2009, 01:15 PM
Can it b registered on UNIX server ?