Get your own customer support community

Recent activity

Subscribe to this feed
  • idea

    Arjun shared an idea in LUCI on November 10, 2008 04:05:

    Arjun
    Some useful links
    This page has some good pointers if you are stuck with assignment 4 : http://kb.mozillazine.org/Category:Ex...
  • idea

    Arjun shared an idea in LUCI on November 08, 2008 01:15:

    Arjun
    Accessing links in the page
    The links in a document can be accessed using the command doc.links[i].href
    where
    doc was the document element of the main page. This can be obtained from the event object which is passed to the callback function.