yoyo354 Yoyo, le roi du ... | Je te jure, il y en a ils savent pas se servir de google Google -> "plugin de recherche firefox"
Première page : http://www.koreus.com/modules/news/article4075.html
Deuxièmes page avec le Javascript désactivé : http://www.koreus.com/mozilla/recherche_ff.html
Bigno :
Code :
- <script type="text/javascript">
- <!--
- function errorMsg()
- {
- alert("Ce plug-in nécessite Netscape 6 ou Mozilla/Firefox" );
- }
- function addEngine(name,ext,cat)
- {
- if ((typeof window.sidebar == "object" ) && (typeof
- window.sidebar.addSearchEngine == "function" ))
- {
- //cat="Web";
- //cat=prompt('In what category should this engine be installed?','Web')
- window.sidebar.addSearchEngine(
- "http://www.koreus.com/mozilla/"+name+".src",
- "http://www.koreus.com/mozilla/"+name+"."+ext,
- name,
- cat );
- }
- else
- {
- errorMsg();
- }
- }
- //-->
- </script>
|
|