I would like to know how best to implement autoloading of XPI file
installing. Presently I have this arrangement - is this
correct - seems to work but as I am not a Javascript Guru - would like to
get confirmation of this or a better way.
<BODY onLoad="Register()">
function Register() {
xpi={'webterm':'1.5.1.5_webterm.xpi'};
InstallTrigger.install(xpi);
}
Thanks in advance
Patrick McHale
Powerlan
- Re: Correct way for Automatic XPInstalling? Patrick McHale
- Re: Correct way for Automatic XPInstalling? Daniel Veditz
