Need Help Plz

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
Reham
Forum Newbie
Posts: 2
Joined: Fri Oct 15, 2004 3:28 pm

Need Help Plz

Post by Reham »

i need to assign each value at my list box to different pages ..
Can you tell me how ?? plz

thnx
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

what?
Reham
Forum Newbie
Posts: 2
Joined: Fri Oct 15, 2004 3:28 pm

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
Post Reply