Thread: Option values
View Single Post
  #1 (permalink)  
Old Jul 5th, 2007, 14:27
AdINo AdINo is offline
New Member
Join Date: Jul 2007
Location: somewhere in this world
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Option values

Below is a option and a text box , well basicly what i wanted to do is whenever the user chooses a option , the value would be shown on the text box

Wanted output :

option = Women suit
text box = 4

Hope you guys could help me out.
Thanx in advance

/*
<td width="128"><select size="1" name="cboItem1">
<option selected>None</option>
<option value="4">Women Suit</option>
</select></td>

<td width="71"><input type="text" name="txtItem1UnitPrice" size="7" value="0.00"></td>
*/
Reply With Quote