views:

16

answers:

1

I'm looking for open source libarary that I can use to enable users of my site to open any page (perhaps in an iframe) and allow them to select an html element from it just like firebug allows.

It should be done in a website (no by a browser plugin).

Any idea where to begin?

Thanks!

+1  A: 

You could potentially use FirebugLite i think. you would have to come u with a way to change the functionality/skin accordingly with your wishes but the basic stuff is there.

http://getfirebug.com/wiki/index.php/Firebug%5FLite

prodigitalson