Advertisement
Guest User

Drop-Down Navigation Code

a guest
Oct 30th, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <form>
  2. <select name="menu" style="font-family:'Arial';color:#000000;background-color:#FFFFFF; font-size:10pt;">
  3. <option value="THE LINK YOU WOULD LIKE TO PUT IN">WHAT YOU WOULD LIKE IT TO BE CALLED</option>
  4. </select>
  5. <input type="button" onClick="location=this.form.menu.options[this.form.menu.selectedIndex].value;" value="WHAT YOU WOULD LIKE THE GO BUTTON TO BE CALLED" style="font-family:'Arial';color:#000000;background-color:#FFFFFF;font-size:10pt;">
  6. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement