views:

105

answers:

1

I am creating a firefox extension. I want to get the URL of the current "top" firefox tab. How can I access this information?

A: 

Its been a while since i played with XUL, but i think there is a way for you to access the current tab's url/uri. I would suggest you look @ this link for more info. It has a couple of great examples on how to achieve similar tasks... Link: developer.mozilla.org

The Code Pimp