Final Fantasy Republic Forums  
 Home | Forums | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read
     
    
        
     
 
Final Fantasy Republic Forums  
Username:

Password:
CAPTCHA:
  
        
Closed Thread
 
LinkBack Thread Tools Display Modes
  Black Vivi
 
 
Black Vivi's Avatar
i am the sex
 
Posts: 20
 
Reg: Dec 28 2002
 
ID: 4351
 
RP: 0
 
FF VII
AFI
     
 
Question  Help with dropdown menu
12.31.02, 20:14:50
  Post #1 (permalink)
 
     

k, im stuck.

I need to know how to do this in php or html.

I'm making a dropdown menu, that when u choose a file, it plays the midi you selected.

here are some examples of the file names:

you're_not_alone.mid
opening1.mid
opening2.mid

so part of the script will be:
Code:
<option value="you're_not_alone.mid">You're not alone</option>
<option value="opening1.mid">Chrono Trigger</option>
<option value="opening2.mid">Wind Leaves</option>
what wud the rest be?



im perfect with everything else, just not forms...
______________________________________

FF CITY
  Black Vivi is offline
View Black Vivis Profile! Find more posts by Black Vivi!  
  Squall_Leonhart
 
 
Squall_Leonhart's Avatar
Griever
 
Posts: 148
 
Reg: Dec 29 2002
 
ID: 4385
 
RP: 0
 
FF8-10
     
 
Default  01.05.03, 12:47:51
  Post #2 (permalink)
 
     

Code:
<center>
<p><font face="Arial" size="3" color="white">
<select style="font-weight: 500; font-size: 8pt; color:#000000; font-style: normal; font-family: Verdana; background-color:black; text-decoration: none; border: 1px solid #666666; text-align:center; vertical-align:middle; letter-spacing:1pt; list-style-type:disc" onchange="window.open(this.options[this.selectedIndex].value,'_self')" size="1" name="select">
  <option>Songs</option>
  <option value="you're_not_alone.mid">You're not alone</option>
<option value="opening1.mid">Chrono Trigger</option>
<option value="opening2.mid">Wind Leaves</option>
</select></a></font></p></center>
that will make one that has white text, and a black bg...
ask me for changes...
  Squall_Leonhart is offline
View Squall_Leonharts Profile! Find more posts by Squall_Leonhart!  
Closed Thread



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Hack] Mod. Dropdown Bar Crater Seraph Webmaster's Pub 18 06.07.04 16:39:11
XP Start menu... Miroku Zanarkand City 8 02.06.03 02:39:10