Guest_imported
New member
- Jan 1, 1970
- 0
Hi can some tell me how to make this form so that on the INPUT section i can include the so that i can list each VALUE for the middi like this value="midi1.mid" and when the play button is pressed it will load form the correct url. What i mean is something like this:
<INPUT onclick=[this.form.list.selectedIndex].value type=button value=Play!>
<FORM>
<SELECT name="list" size="1">
<option value="<option value="</SELECT><br>
<INPUT onclick=top.location.href=this.form.list.options[this.form.list.selectedIndex].value type=button value=Play!>
</form>
Thanks for your help.
<INPUT onclick=[this.form.list.selectedIndex].value type=button value=Play!>
<FORM>
<SELECT name="list" size="1">
<option value="<option value="</SELECT><br>
<INPUT onclick=top.location.href=this.form.list.options[this.form.list.selectedIndex].value type=button value=Play!>
</form>
Thanks for your help.