We tried to insert the Mozilla Activex control into a html page to be
open in IE, because we want to use xul without instaling mozilla, and
it works fine.
 
However, we need to access the values of the elements of the xul page,
witch is in the activex, with something like :
mozControl.document.getElementById("aField").value 
where mozControl is the id of the activex in the html page.

But it seems that the DOM don't work when we try to reach the elements
of the xul from the html page in witch it is embeded.
 
How can we do that?

(sorry for my english)

Reply via email to