On Fri, Jun 13, 2008 at 12:13 PM, joe ertaba <[EMAIL PROTECTED]> wrote:
> alert(PlacesUtils.nodeIsBookmark(document.popupNode.node)); > > answer is *true* > > so document.popupNode.node is a bookmakrs uri > > alert( document.popupNode.node.spec ); > > undefined ! > > I don't know why a URI doesn't have spac ; any idea ? I have no idea, but I'd use DOM Inspector to look up the node, find its type and see what childs and attributes it has. Besides looking at the docs, that is... Onno
_______________________________________________ Project_owners mailing list [email protected] https://www.mozdev.org/mailman/listinfo/project_owners
