Hi,
<select name="box" onchange="if(this[this.selectedIndex].value){document.location.href=this[this.selectedIndex].value;}" id="box">
<option value="page1.php">Page 1</option>
.....
is there a way to not use javascript and have a select drop down menu for quick navigation?
Thanks.