"Activating Activex Controls" techniques not working

  • Thread starter Thread starter ringo.mandingo
  • Start date Start date
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
 
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/
 
Back
Top