nicht im netscape

Überflüssig, da per Link auch möglich

http://www.web-source.net/javascript_codes.htm

 

Place this code between your <HEAD> and </HEAD> tags.

<script language=JavaScript>
function Navigate() {
var number = NavSelect.selectedIndex;
location.href = NavSelect.options[number].value; }
</script>

Place this code where you would like the menu to appear.

<select name="NavSelect" onChange="Navigate(this.form)">
<option value="" SELECTED>Click to Navigate
<option value="YourPage.html">Your Page
<option value="about:blank">Blank Page
<option value="http://yoursite.com">Home
</select>

Script code provided by: Philip Walls
Copyright 2001 Philip Walls
Under the terms of the GNU General Public License

Allert Box

Kontakt