i need to assign each value at my list box to different pages ..
Can you tell me how ?? plz
thnx
Need Help Plz
Moderator: General Moderators
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
nigma | Help us, help you. Please use
I need to link "boy" to a new page ...
also "girl" to different page ...
how can i do it >???
thnx
Code: Select all
andCode: 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">also "girl" to different page ...
how can i do it >???
thnx