I am facing a problem while developing my Windows application for getting current URL of running Mozilla browser. Is it possible to get active URL of Mozilla browser?
A:
You could try using the accessibility APIs to read the location bar.
Mozilla 0.x/1.x, Netscape 6.x/7.x and SeaMonkey 1.x/2.x make this easier for you by posting the current URL to a hidden edit control in the window.
Neil
2009-10-09 18:56:39
A:
moz=DDE&&||ui peeking
IE=com
Moz Beware:Tabbed browsing makes it impossible to tell which urls are currently open, you can only poll/monitor a windows url
Mark
2009-10-10 10:30:54
A:
this can give you an idea
https://developer.mozilla.org/en/Code_snippets/Progress_Listeners
drorhan
2010-02-21 00:05:00