Subj : What can the JS do? To : netscape.public.mozilla.jseng From : xuyibo Date : Tue Jul 26 2005 03:25 pm Recenty i install Firefox, and i puzzle how does integrate Firefox with JS? For example, open firefox, and input "chrome://browser/content/aboutDialog.xul" as address, and you will see the [About dialog], and if you check aboutDialog.xul file in "...firefox\mozilla\browser\base\content" directory, you will find that it's a XML file, does it also parse by SpiderMonkey? DreamWeaver also using JS, after check it, you will find most of the popup dialog is a .html file. Check file "...\Macromedia\Dreamweaver MX\Configuration\Commands\Clean Up HTML.htm", it's same to the dialog [command->Clean Up HTML]. How using js to do this? xuyibo .