Einzelnen Beitrag anzeigen
Alt 22.04.2002, 22:28   #4
jak
Inventar
 
Registriert seit: 13.06.2001
Beiträge: 1.830


Standard

Ich mach es so:

<script language="JavaScript">
<!--
function gehe_zu(wohin)
{parent.namedesframes.location.href=wohin}

<form name="auswahl">
<select size="1" name="select"
onChange="gehe_zu(auswahl.select.options[auswahl.select.options.selectedIndex].value)">
<option value="http://usw.usw">usw.com</option>
</select>

Jak
____________________________________
Join the DNRC | Godwin\'s Law (thx@stona)
Documentation is like sex: If it\'s good, it\'s very, very good. If it\'s bad, it\'s better than nothing.
\"In theory, theory and practice are the same. In practice, they are not\" (Lawrence Berra)
jak ist offline   Mit Zitat antworten