HomeHome  ­CalendarCalendar  ­GalleryGallery  ­FAQFAQ  ­SearchSearch  ­MemberlistMemberlist  ­UsergroupsUsergroups  ­RegisterRegister  ­LiveScoresLiveScores  ­Log inLog in  
asdasdasd
Share | 
 

 Drop Down Menu Selector

View previous topic View next topic Go down 
AuthorMessage
Admin
Advanced Member
Advanced Member


posts: 61
Country:
Registration date: 2008-11-13

MY RPG
Bar:
1/1  (1/1)

PostSubject: Drop Down Menu Selector   Thu Dec 17, 2009 5:36 am

This tutorial is a basic Drop Down Menu Selector.

Code:
<form name="jump">
<p align="center">
<select name="menu">
<option value="http://arsenal.com">Arsenal</option>
<option value="http://hitskin.com">Hitskin</option>
<option value="http://help.forumotion.com">Support Forum</option>
<option value="http://forumotion.com">Forumotion</option>
<option value="http://webartz.forumotion.com">WebArtz</option>
</select>
<input type="button" onClick="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO">
</p>
</form>{AUTODST}


Click Here to see a Demo of the Drop Down Menu Selector

To make modifications to the code just edit or add the code given below
Code:
<option value="http://webartz.forumotion.com">WebArtz</option>

_________________


ooooo
Back to top Go down
View user profile http://testing.4rumer.com
 

Drop Down Menu Selector

View previous topic View next topic Back to top 
Page 1 of 1

Permissions of this forum:You cannot reply to topics in this forum
 :: Portal ::  -