Page 1 of 1

Need Help Plz

Posted: Fri Oct 15, 2004 3:31 pm
by Reham
i need to assign each value at my list box to different pages ..
Can you tell me how ?? plz

thnx

Posted: Fri Oct 15, 2004 3:38 pm
by John Cartwright
what?

Posted: Fri Oct 15, 2004 3:45 pm
by Reham
nigma | Help us, help you. Please use

Code: Select all

and

Code: Select all

tags where approriate when posting code. Read:  [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color]

I have this ::

Code: Select all

<select size="1" name="D1">
<option value="1">boy</option>
<option value="2">girrl</option>
</select><input type="submit" value="send" name="B1">
I need to link "boy" to a new page ...
also "girl" to different page ...
how can i do it >???

thnx

Posted: Sun Oct 17, 2004 3:33 pm
by feyd
this has nothing to do with client side unless you want to create a jump menu. In which case, those are done through the processing of the onchange event for dropdowns.

[devnet]+onchange +dropdown[/devnet] should show a few threads about these kinds of things.