On 2/11/10 11:34 AM, Jeeva wrote:
--- In the presentation shell, the form values are populated when
navigating back to the page.

As in, you see the values in those input fields?

nsIDOMWindow domWindow = (nsIDOMWindow)
_webBrowser.getContentDOMWindow();
nsIDOMDocument dom = domWindow.getDocument();
dom.getDocumentElement()...

And then what?  How are you getting the values, exactly?

e. I then navigated back to the test page. When I retrieved the DOM,
the newly added text from JavaScript was NOT there.

Whether it's there or not will depend on whether the page was loaded from bfcache or not.

I am wondering whether the FORM and the JavaScript symptoms are
similar..

Unlikely.

-Boris
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to