- 275 名前:名無しさん@お腹いっぱい。 mailto:sage [2009/04/04(土) 14:40:40 ID:/R07U/8J0]
- function(AppPath, path) {
var app = Components.classes["@mozilla.org/file/local;1"].createInstance(Components.interfaces.nsILocalFile); app.initWithPath(AppPath); Components.classes["@mozilla.org/browser/shell-service;1"] .getService(Components.interfaces.nsIShellService_MOZILLA_1_8_BRANCH || Components.interfaces.nsIShellService) .openApplicationWithURI(app, path); }
|

|