Bookmarking a FRAME from "Bookmarks - Bookmark This Page" menubar item
I am using Firefox Portable 1.5.0.6 for my application, and it is working very well, so-far. Currently, the only way to bookmark a frame is a mouse-right-click within a frame and select "This Frame-Bookmark This Frame" menuitem.
Now, here is my challenge: I want to bookmark a frame from the Bookmarks menu. This implies I customize the "Bookmarks-Bookmark This Page" to actually bookmark a FRAME and NOT the FRAMESET. It currently bookmarks the frameset even when you invoke it from a frame.
How can I duplicate the functionality of "This Frame-Bookmark This Frame" mouse-right-click menuitem in "Bookmarks-Bookmark This Page" menubar item? I am currently working on addBookmarkForBrowser() function in browser.js, without any success so-far.