PDA

View Full Version : Help with a pull down menu..


ubu
05-21-1999, 07:57 PM
I am working on my postcard rack and right now it has it where you can select three songs using radio buttons.[nbsp][nbsp]Well I would like to make it a pull down menu so I can offer them more songs to pick from.[nbsp][nbsp]The only thing is right now, they can listen to the music frist, and then select it.[nbsp][nbsp]I am not sure how to make a pull down menu and allow them to hear it first, and make it be selected when they continue with my perl postcard script..[nbsp][nbsp]any help on how to do this?

My current HTML for that part is this:

<TR><TD>


<FONT FACE=&quot;Arial,Helvetica&quot; SIZE=2>
STEP 2: &amp;nbsp
Which piece of music would you like to include?


(To preview a particular piece of music, click on the bells beside it's title.)
</FONT>




<INPUT TYPE=RADIO VALUE=&quot;http://www.openminded.com/postcards/music/onemans.mid&quot; NAME=sound>
<A HREF=&quot;http://www.openminded.com/postcards/music/onemans.mid&quot;>
<IMG SRC=&quot;http://www.openminded.com/postcards/bells.gif&quot; ALT=&quot;&quot;
BORDER=0></A>
One Man's Dream (Yanni)


<INPUT TYPE=RADIO
VALUE=http://www.openminded.com/postcards/music/&quot;bardsong.mid&quot; NAME=sound>
<A HREF=&quot;http://www.openminded.com/postcards/music/bardsong.mid&quot;>
<IMG SRC=&quot;bells.gif&quot; ALT=&quot;&quot; BORDER=0></A>
The Bard's Song (Enya)


<INPUT TYPE=RADIO
VALUE=&quot;http://www.openminded.com/postcards/music/3rdpart.mid&quot; NAME=sound>
<A HREF=&quot;http://www.openminded.com/postcards/music/3rdpart.mid>
<IMG SRC=&quot;bells.gif&quot; ALT=&quot;&quot; BORDER=0></A> 3rd Partita (Bach)



</TD></TR>

Thanks for any help with this..

Jamie