" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
<script language="JavaScript">
<!--
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">
<!--
document.write('<form name="selecter"><select name="select1" size=1>');
document.write('<option value=none>Wybierz podstronę.');
document.write('<option value="index.html">');
document.write('<option value="oszkole.html">O szkole');
document.write('<option value="pracownicy.html">Pracownicy');
document.write('<option value="historia.html">Historia');
document.write('</select>');
document.write('<input type="button" value="Przejdź" onclick="go()">');
document.write('</form>');
//-->
</script>
<select name="nazwa">
<option>Strona główna</option>
<option>Pracownicy</option>
</select>
</form>