Form Help

T

Timuwine

Guest
I know this might sound silly but...

Is there a way that I can make a drop down list form, where I can have people choose what song they would like to listen to when there enter my site? Not using javascript.

Thanks
 
This should work i I got it right. ;)

Code:
<form name="songForm" method="post" action="nextPage.html">
  <select name="song" onChange="document.songForm.submit()">
    <option value="1">Song 1</option>
    <option value="2">Song 2</option>
    <option value="3">Song 3</option>
  </select>
</form>
 
he said not using JavaScript

so pretty much do that, as far as I know as long as there is only one element in a form you can just press enter once selecting what you want, so just remove the onChange part I think
 
Originally posted by Geffy
he said not using JavaScript
Yeah, but nothing about me not using it. :p
Oh well a submit button will do to:
Code:
<form name="songForm" method="post" action="nextPage.html">
  <select name="song">
    <option value="1">Song 1</option>
    <option value="2">Song 2</option>
    <option value="3">Song 3</option>
  </select>
  <input type="submit" value="Choose">
</form>
 
hey thanks alot you guys, i'm trying it out now, i'll post again later and tell you if it worked
 

Members online

No members online now.

Latest profile posts

Also Hi EP and people. I found this place again while looking through a oooollllllldddd backup. I have filled over 10TB and was looking at my collection of antiques. Any bids on the 500Mhz Win 95 fix?
Any of the SP crew still out there?
Xie wrote on Electronic Punk's profile.
Impressed you have kept this alive this long EP! So many sites have come and gone. :(

Just did some crude math and I apparently joined almost 18yrs ago, how is that possible???
hello peeps... is been some time since i last came here.
Electronic Punk wrote on Sazar's profile.
Rest in peace my friend, been trying to find you and finally did in the worst way imaginable.

Forum statistics

Threads
62,015
Messages
673,494
Members
5,621
Latest member
naeemsafi
Back