Page 1 of 1

Reload an ActiveX control in the browser

Posted: Fri Sep 30, 2005 5:55 am
by go4kpo
Does somebody know if it's possible to reload an activex control embedded in an HTML page, without reloading the page?

I want to be able to dynamically load the ActiveX control with differnt property settings.

i cannot just change the propeties of the control because the control is build that it reads the values when it initializes and then sets a local variable, which i don't have access to later on. So i wasn't able to realod the activex with different paramas without reloading the page.

http://www.go4kpo.com

Posted: Fri Sep 30, 2005 6:08 am
by n00b Saibot
you can use DOM to dynamically change the params for the object...