School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

 

Code Snippets

  

JavaScript Source Code


Welcome to Dream.In.Code
Become an Expert!

Join 340,125 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 4,042 people online right now. Registration is fast and FREE... Join Now!




Drop down box

Javascript created dropdown box with links

Submitted By: deadlypetal
Actions:
Rating:
Views: 10,835

Language: JavaScript

Last Modified: April 14, 2005

Snippet


  1. <html>
  2. <head>
  3. <title>Drop down selection</title>
  4. <script language="JavaScript">
  5.  
  6. /*implements combo box-links to pages -url locations*/
  7. function SelectLink(){
  8.      if (document.Links.max.options[document.Links.max.selectedIndex].value != "none"){
  9.              url = document.Links.max.options[document.Links.max.selectedIndex].value
  10.              location =url
  11.        }       
  12. }
  13.  
  14. </script>
  15.  
  16. </head>
  17. <body >
  18. <p>Choose link from drop down</p>
  19.  
  20. <form name="Links" >
  21.   <select name="max" onChange="SelectLink()">
  22.     <option value="#">none selected</option>
  23.     <option value="http://www.yahoo.co.uk">Yahoo</option>
  24.     <option value="http://www.google.com">google</option>
  25.     <option value="http://www.yell.co.uk">yell</option>
  26.   </select>
  27. </form>
  28.  
  29. </body>
  30. </html>
  31.  

Copy & Paste


Comments

Nuggett420 2008-09-14 01:31:54

so how would i link to other pages on my own site and not another? would i just put the /frontpage.html? for example or is it more complicated than that?

graphichill 2009-02-17 14:28:32

this snippet was very usful, but i would also like to know how to link to other pages in my site using url .frontpage.html if this is possible


Add comment


You must be registered and logged on to </dream.in.code> to leave comments.





Live Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month