Re: browser ready state, whether it is loading or completed
"K.V" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
I got the answer instaed of QIing onm "navigator-throbber" I need QI on "sidebar- throbber" on ff.35 On Oct 1, 5:19 pm, "K.V" <[email protected]> wrote: > In firefox 3 I used following code to get the ready state of the > browser using "navigator-throbber" but in firefox 3.5 "navigator- > throbber" is missing. > > domDocument->GetElementById(NS_LITERAL_STRING("navigator-throbber"), > getter_AddRefs(domElement)) ; > > How do I get the browser ready state in firefox 3.5??