Drop Down Navigation Box

A Really Easy JavaScript Drop Down Navigation Box

<select name="Navigate" size="1"
 onchange="window.open(this.options[this.selectedIndex].value,'_top')">
 <option selected value="http://www.excample.com">Select a Service</option>
 <option value="http://www.example.com/rates/freeoffer.htm">String 2</option>
 <option value="http://www.example.com/webhosting/index.htm">String 3</option>
 <option value="http://www.example.com/ecommerce/index.htm">String 4</option>
 <option value="http://www.example.com/resellers/index.htm">String 5</option>
 <option value="http://www.example.com/rates/compare.htm">String 6</option>
 </select>

 

Example




javascript navigation drop down


Back To Top
© 1998 - 2024 psacake.com
Version 7.21 | Advertise on this site