javascript - How to get DOM from xul file? (not overlay) -


<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" title="&loading_title;">     <description id="loading_description" flex="1">&wait_msg;</description> </window> 

how loading_description? (firefox extension)

i tried:

firebug.console.log(document.getelementbyid('loading_description')); 

result null.

thanks in advance.


Comments

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -