"Activating Activex Controls" techniques not working

R

ringo.mandingo

Hi all,
I tried to implement the rendering of activex controls on the web page
by means of an external script, as described in the msdn topic
http://msdn.microsoft.com/library/?url=/workshop/author/dhtml/overview/activating_activex.asp

I tried to use both the div inner html replacement and the
document.write('<object...') techniques described in the article, but
the activex objects are loaded on the page but they still require
activation.
Has anyone experienced this kind of behavior?

Thanks in advance,
Ringo
 
V

Viktor Krammer

Hi Ringo,
I tried to use both the div inner html replacement and the
document.write('<object...') techniques described in the article, but
the activex objects are loaded on the page but they still require
activation.

Have you also tried creating the activex element in an external script file?

Viktor
http://www.quero.at/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top