version 1.6, 2001/12/14 00:25:58
|
version 1.9, 2001/12/14 00:31:04
|
Line 16 function triggerURL(url) {
|
Line 16 function triggerURL(url) {
|
<script> |
<script> |
function doneFn ( name , result ){ |
function doneFn ( name , result ){ |
if (result){ |
if (result){ |
alert("An error occured: " + result); | if(result==999){//package já existe |
| alert("restart your browser to complete the instalation"); |
| }else{ |
| alert("An error occured: " + result); |
| } |
}else{ |
}else{ |
alert("installation done, restart your browser"); |
alert("installation done, restart your browser"); |
} |
} |
Line 28 function instala(){
|
Line 32 function instala(){
|
} |
} |
</script> |
</script> |
|
|
|
|
<!-- MAIN CONTENT --> |
<!-- MAIN CONTENT --> |
<P><B>Installation</B><BR> |
<P><B>Installation</B><BR> |
<p>The first XPI installation is now available! To install click <a href="#" onClick="install('http://bannerblind.mozdev.org/bannerblind.xpi')">here</a>.</p> | <p>The first XPI installation is now available! To install click <a href="#" onClick="instala()">here</a>.</p> |
<p>This version works for some image banners, it's not working yet for flash banners, |
<p>This version works for some image banners, it's not working yet for flash banners, |
it has been tested on Mozilla 0.9.6.<br> |
it has been tested on Mozilla 0.9.6.<br> |
You can test your <b>BannerBlind</b> here on this <a href="testpage.html">Test |
You can test your <b>BannerBlind</b> here on this <a href="testpage.html">Test |