| Umieść
ten kod pomiędzy znacznikami <Body> </Body>
<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.');
document.write('<option value=none>--------------------');
document.write('<option
value="http://gij.topnet.pl">Gif i Jpeg');
document.write('<option value="http://www.2n.pl/~gij/jav/jav.htm">Dział
Java ...');
document.write('<option
value="http://www.ibm.com">IBM');
document.write('<option
value="http://www.netscape.com">Netscape');
document.write('</select>');
document.write('<INPUT TYPE="button" VALUE="Hop
!" onclick="go()">');
document.write('</form>');
//-->
</script>
|