Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
This is what i have so far. when selecting a bank from the dropdown menu i want it to echo a value next to it. for example if someone chose Natwest it would shoul £20,000 next to it

<label>Banks</label>
<select id = "myList">
<option value = "1">Barclays</option>
<option value = "2">HSBC</option>
<option value = "3">LIoyds</option>
<option value = "4">Natwest</option>
</select>
Posted

1 solution

check this Sample JSFiddle[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900