11 Gennaio 2025 10:08:40
Notizie: VOLONTARI CERCASI — Nuova Guida di localizzazione per Mozilla Italia
0 Utenti e 1 Visitatore stanno visualizzando questo topic.
window.content.document.innerHTMLwindow.document.innerHTMLwindow.content.innerHTMLcontent.document.innerHTMLdocument.innerHTML
Vedi se questo ti aiuta:http://mdn.beonex.com/en/Code_snippets/On_page_load
gBrowser.contentDocument;
Prova con:Tabbed browser - MDCCitazionegBrowser.contentDocument;
If your code does not have access to the main window because it is run in a sidebar or dialog, you first need to get access to the browser window you need before you can use gBrowser. You can find more information on getting access to the browser window in Working with windows in chrome code.
Il motivo dovrebbe essere questo:Tabbed browser - MDCCitazioneIf your code does not have access to the main window because it is run in a sidebar or dialog, you first need to get access to the browser window you need before you can use gBrowser. You can find more information on getting access to the browser window in Working with windows in chrome code.Hai uno xpi di esempio?