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="Arial,Helvetica" SIZE=2>
STEP 2: &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="http://www.openminded.com/postcards/music/onemans.mid" NAME=sound>
<A HREF="http://www.openminded.com/postcards/music/onemans.mid">
<IMG SRC="http://www.openminded.com/postcards/bells.gif" ALT=""
BORDER=0></A>
One Man's Dream (Yanni)
<INPUT TYPE=RADIO
VALUE=http://www.openminded.com/postcards/music/"bardsong.mid" NAME=sound>
<A HREF="http://www.openminded.com/postcards/music/bardsong.mid">
<IMG SRC="bells.gif" ALT="" BORDER=0></A>
The Bard's Song (Enya)
<INPUT TYPE=RADIO
VALUE="http://www.openminded.com/postcards/music/3rdpart.mid" NAME=sound>
<A HREF="http://www.openminded.com/postcards/music/3rdpart.mid>
<IMG SRC="bells.gif" ALT="" BORDER=0></A> 3rd Partita (Bach)
</TD></TR>
Thanks for any help with this..
Jamie
My current HTML for that part is this:
<TR><TD>
<FONT FACE="Arial,Helvetica" SIZE=2>
STEP 2: &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="http://www.openminded.com/postcards/music/onemans.mid" NAME=sound>
<A HREF="http://www.openminded.com/postcards/music/onemans.mid">
<IMG SRC="http://www.openminded.com/postcards/bells.gif" ALT=""
BORDER=0></A>
One Man's Dream (Yanni)
<INPUT TYPE=RADIO
VALUE=http://www.openminded.com/postcards/music/"bardsong.mid" NAME=sound>
<A HREF="http://www.openminded.com/postcards/music/bardsong.mid">
<IMG SRC="bells.gif" ALT="" BORDER=0></A>
The Bard's Song (Enya)
<INPUT TYPE=RADIO
VALUE="http://www.openminded.com/postcards/music/3rdpart.mid" NAME=sound>
<A HREF="http://www.openminded.com/postcards/music/3rdpart.mid>
<IMG SRC="bells.gif" ALT="" BORDER=0></A> 3rd Partita (Bach)
</TD></TR>
Thanks for any help with this..
Jamie