Forum Moderators: not2easy
<form name="selecttune">
<select name="select" onChange="load1(this.form)">
<option value="" selected>Choose Menu</option>
<option value="http://www.mysite.com/song1.mp3">song1</option>
<option value="http://www.mysite.com/song2.mp3">song2</option>
<option value="http://www.mysite.com/song3.mp3">song3</option>
</select>
</form> All it needs to work is a script in the <head> and a liitle modifiying of the <form>
That I know, But that's were I get lost.
What do ya think can you help?