Advertisement
puellae-themes

Drop down with button

Dec 3rd, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.53 KB | None | 0 0
  1. Paste this into your description box, change the "URL" to the page you want to link, change the "TITLE" to the title of the link and change the "BOTTON" to what you want the proceed button to say.
  2.  
  3.  
  4.  
  5. <form name="jump">
  6. <select name="menu">
  7. <option value="URL">TITLE</option>
  8. <option value="URL">TITLE</option>
  9. <option value="URL">TITLE</option>
  10. <option value="URL">TITLE</option>
  11. </select>
  12. <input type="button"
  13. onClick="location=document.jump.menu.
  14. options
  15. [document.jump.menu.selectedIndex].val…
  16. " value="BUTTON">
  17. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement