1dners

Drop Down Menu

Mar 30th, 2012
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <form name="form1">
  2. <select onChange="location=document.form1.menu.options[document.form1.menu.selectedIndex].value;"></font>
  3. </form>
  4. <option>Click here</option>
  5. <option value="url">name</option>
  6. <option value="url">name</option>
  7. <option value="url">name</option>
  8. <option value="url">name</option>
  9. <option value="url">name</option>
  10. </select>
  11.  
  12.  
  13. *remove below*
  14. FYI, this drop down menu does not require a 'go' button.
Advertisement
Add Comment
Please, Sign In to add comment