Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HTML List Box

Status
Not open for further replies.

Ringers

Technical User
Feb 26, 2004
180
AU
Hi i am trying to use a list box to open a another local web page "song1.html"(really just a self made text file), from list box "ListOrMenu15". I have looked at other examples on the net and i can't seem to relate them to my code. Any help would be great as i am new to HTML. My code is below.



<select name="ListOrMenu15">
<option value="song1.html">Cluster one</option>
<option value="">What Do You Want From me</option>
<option value="">Poles Apart</option>
<option value="">Marooned</option>
<option value="">A Great Day For Freedom</option>
<option value="">Wearing the Inside Out</option>
<option value="">Take it Back</option>
<option value="">Coming Back to Life</option>
<option value="">Keep Talking</option>
<option value="">Lost For Words</option>
<option value="">High Hopes</option>
<option value=""></option>
<option value=""></option>
</select>
 
I am confused by your explanation and your example. Do you want every option to go to the separate page, or what exactly do you want? Since select boxes were not meant to be used as redirect boxes, you will have to employ some javascript to do what you want. This might be more suited in the js forum (forum216).
 
Each option is supposed to open it's own page. From the list box "listOrMenu15". The first page i am trying to open is "song1.html", which should open when "cluster one</option>" is selected.
 
as Vragabond said, this is a question better suited for the JavaScript forum. ask the question in forum216 and we'll be glad to point you in the right direction.



*cLFlaVA
----------------------------
[tt]( <P> <B>)13 * (<P> <.</B>)[/tt]

[URL unfurl="true"]http://www.coryarthus.com/[/url]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top