mardi 3 mars 2015

Dropdown box - onchange and onselect


Vote count:

0




I want help, i am very new to html..


On selecting option from dropdown menu, I want html to put the values in word..


How to do that??



<HTML>
<Table border=10>

<TR>
<TD>Select Number</TD>
<TD><Select>
<option>1</option>
<option>2</option>
<option>3</option>
</Select></TD>
</TR>

<tr>
<td>In Words</td>
<td><input type="text" readonly></td>
</tr>

</Table>
</HTML>


asked 1 min ago







Dropdown box - onchange and onselect

Aucun commentaire:

Enregistrer un commentaire