Karsten Düsterloh wrote: > You can use the mozIJSSubScriptLoader interface: > > const ksCID_LoadJSService = "@mozilla.org/moz/jssubscript-loader;1"; > var oLoader = Components.classes[ksCID_LoadJSService] > .getService(Components.interfaces.mozIJSSubScriptLoader); > oLoader.loadSubScript(sURL, oContext);
Thanks, Karten and Alex. I have gotten the thing to work now. Thaths -- "I'll make the money by selling one of my livers." -- Homer J. Simpson Slacker Without Borders http://openscroll.org/ Key fingerprint = 8A 84 2E 67 10 9A 64 03 24 38 B6 AB 1B 6E 8C E4 _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
