if (_sBrowser == 'IE') {
??????????????????????????? document.write(T(['<object classid="clsid:6CE20149-ABE3-462E-A1B4-5B549971AA38" codebase="/zh_CN/activex/%cab%?r=%rand%#version=#version#"></object>'], "%").replace({
??????????????????????????????? cab: QMAXInfo.get("cab"),
??????????????????????????????? version: QMAXInfo.get("lastVer")[0],
??????????????????????????????? rand: Math.random()
??????????????????????????? }));
??????????????????????? }
???????????????????????
??????????????????????? if (_sBrowser == 'FF') {
??????????????????????????? document.write(T(['<iframe style="display:none" src="/zh_CN%path%%xpi%"></iframe>'], '%').replace({
??????????????????????????????? path: QMAXInfo.get("path", "FF"),
??????????????????????????????? xpi: QMAXInfo.get("xpi")
??????????????????????????? }));
??????????????????????????? installFinish();
??????????????????????? }
???????????????????????
??????????????????????? if (_sBrowser == 'chrome') {
??????????????????????????? document.write(T(['<iframe style="display:none" src="/zh_CN%path%%xpi%"></iframe>'], '%').replace({
??????????????????????????????? path: QMAXInfo.get("path", "WebKit"),
??????????????????????????????? xpi: QMAXInfo.get("crx")
??????????????????????????? }));
??????????????????????????? installFinish();
??????????????????????? }
详细解决方案
各个浏览器装配插件
热度:132 发布时间:2012-08-07 14:54:48.0
相关解决方案