Thanks.  This is good to know.  Now that I got the xpi's working correctly, I can work on the web page.

dndtools.mozdev.org if you're interested in AD&D tools.  Need a few days to set it up though...

Daniel Veditz wrote:

Daniel Veditz wrote:

>
> where pkgs is an object:
>
> var pkgs = { "Spellviewer": "http://dndtools.mozdev.org/spellviewer.xpi",
>              "Bookmarks"  : "http://etc"
>            }

You can create this dynamically as an associative array:

var pkgs = {};

    pkgs["Spellviewer"] = "http://dndtools.mozdev.org/etc";
    pkgs["Bookmarks"] = "etc.";

-Dan Veditz

-- 
----
Eric Plaster                    Urban Rage Software
Senior Software Engineer        (612)555-5555
[EMAIL PROTECTED]           http://www.urbanrage.com
 

S/MIME Cryptographic Signature



Reply via email to