richiet85
11-21-2003, 12:01 PM
hi i have this dropdown menu when you select an option i would like a value written in the textbox, heres the code
<form name="Prefix">Select Your Country
<select name="prefix">
<option>UK</option>
<option>USA</option>
</select>
<br><br>
Your Countries Prefix Is <input name="code" type="textbox" size="4">
</form>
when you select UK i would like +44 printed in textbox
and US +1 this would be a great help and would be much appreciated if anyone could help me out thanks
<form name="Prefix">Select Your Country
<select name="prefix">
<option>UK</option>
<option>USA</option>
</select>
<br><br>
Your Countries Prefix Is <input name="code" type="textbox" size="4">
</form>
when you select UK i would like +44 printed in textbox
and US +1 this would be a great help and would be much appreciated if anyone could help me out thanks