<script language="JavaScript" type="text/javascript"> <!-- // original code by Bill Trefzger 12/12/96 function go(){ if (document.selecter.select1.options[document.selecter.select1.selectedIndex].value != "none") { location = document.selecter.select1.options[document.selecter.select1.selectedIndex].value } } //--> </script> <script language="JavaScript" type="text/javascript"> <!-- document.write('<form name="selecter"><select name="select1" size=1>'); document.write('<option value=none>Choisissez votre site :'); document.write('<option value="">------------------------'); document.write('<option value="http://www.yoop-e.com">Yoop-e'); document.write('<option value="http://www.sport4fun.com/register.asp?parrain=nhorky">Sport4fun'); document.write('<option value="http://www.ibazar.fr/index.cgi?UK791677">Ibazar'); document.write('<option value="http://fr.alladvantage.com/go.asp?refid=CXF-175">Alladvantage'); document.write('<option value="http://www.mediabarre.com/cgi-bin/mbf.cgi?5206">Mediabarre'); document.write('<option value="http://altavista.fr">Altavista'); document.write('<option value="http://www.yahoo.fr">Yahoo.fr'); document.write('<option value="http://www.yahoo.com">Yahoo.com'); document.write('</select>'); document.write('<input type="button" value="Go" onclick="go()">'); document.write('</form>'); // end hiding contents --> </script>