Welcome To Freeware Tips Forum Index
Join! (free) SearchFAQMemberlistUsergroupsLog in

Drop Down Menus

 
Reply to topic    Welcome To Freeware Tips Forum Index » Coding Tips -> JavaScript View previous topic
View next topic
Drop Down Menus
Author Message
Please Register and Login to this forum to stop seeing this advertsing.




Speed
Site Admin

Joined: 16 Jul 2008
Posts: 1247
Add Comment
Show Comments
Add Karma



Post Drop Down Menus Reply with quote

Link

Code:
<body><div id="SpeedsDropDownMenu">
<form name="jump">
<select name="menu">
<option value="http://officialspeed.isgreat.org/">Speed's Official Website</option>
<option value="URL_TO_SITE_HERE">TEXT_HERE</option>
<option value="URL_TO_SITE_HERE">TEXT_HERE</option>
<option value="URL_TO_SITE_HERE">TEXT_HERE</option>
<option value="URL_TO_SITE_HERE">TEXT_HERE</option>
<option value="URL_TO_SITE_HERE">TEXT_HERE</option>
</select>
<input type="button" onClick="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO">
</form></div></body>

Basic Drop Down Menu:
Code:
<select name="menu">
<option>Likes</option>
<option>Food</option>
<option>Animals</option>
<option>The Ladies</option>
<option>Sports</option>
</select>

Edit the text to what every you want it to say.




_________________


Train Insane or Remain The Same
There's No Room In A Warriors Heart For Self Doubt
Wed Jul 16, 2008 1:27 pm View user's profile Send private message Visit poster's website
Display posts from previous:    
Reply to topic    Welcome To Freeware Tips Forum Index » Coding Tips -> JavaScript All times are GMT
Page 1 of 1

 
Jump to: 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Card File  Gallery  Forum Archive
Powered by phpBB © 2001, 2005 phpBB Group
Design by Speed