Annotation of addneditcookies/www/installation.html, revision 1.7
1.4 ryabushk 1: <script language="javascript">
2: <!--
3:
4: function triggerURL(url) {
5:
6: if (!InstallTrigger.updateEnabled()) {
7: return false;
8: } else {
9: // Increment the download counter
10: // document.images.cpt.src = "http://counter.digits.com/wc/-d/4/-z/livehttpheadersdl";
1.7 ! ryabushk 11: document.images.afs.src = "http://www3.addfreestats.com/cgi-bin/connect.cgi?usr=00336744P002";
1.5 ryabushk 12:
1.4 ryabushk 13: // Add a unique identifier to be sure the xpi install isn't from cache
14: var id = (new Date()).valueOf();
15: InstallTrigger.startSoftwareUpdate(url + "?" + id);
16: return true;
17: }
18: }
19:
20: //-->
21: </script>
22:
1.1 petejc 23: <!-- MAIN CONTENT -->
24: <h5 class="page-header"><a id="content" name="content">Installation</a></h5>
25:
1.2 ryabushk 26: <p>
1.3 ryabushk 27: Implemented:
28: <br> Mozilla 1.7.1 and up (Windows)
29: <br> Does NOT work on FireFox/FireBird</p>
30:
31:
32: <p>
1.2 ryabushk 33: Tested On:
34: <br> Mozilla 1.7.1-1.7.3 (Windows)
35: </p>
36: <br>
1.3 ryabushk 37: <p><a href="#" onclick="triggerURL('http://downloads.mozdev.org/addneditcookies/addneditcookies-0.1.xpi');">Install version 0.1 of Add & Edit Cookies today</a>
38:
39: <BR>
1.6 ryabushk 40: Note: Installs Globally. To Uninstall click the small "UnInstall" button in the left bottom corner of the main dialog.</p>
1.5 ryabushk 41:
42: <p></p>
43: <br>
44: <br>
45: <br>
46: <br>
47: <br>
48: <br>
49: <br><a href="http://www.addfreestats.com" target="_blank">
50: <img id="afs" src="http://www3.addfreestats.com/cgi-bin/connect.cgi?usr=00336744P001" border=0 title="AddFreeStats.com Free Web Stats!"></A>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>