Reload an ActiveX control in the browser

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
go4kpo
Forum Newbie
Posts: 1
Joined: Fri Sep 30, 2005 5:49 am
Location: INDIA

Reload an ActiveX control in the browser

Post 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
User avatar
n00b Saibot
DevNet Resident
Posts: 1452
Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:

Post by n00b Saibot »

you can use DOM to dynamically change the params for the object...
Post Reply