I have a select box with values 1-20. What I'd like to do is onChange, write a set of textboxes corresponding to the value in the select box. For instance, if the user selects 6, then 6 text boxes would appear on the page.
It could be something like:
<input name="text1" type="text" size="20">
<input name="text2" type="text" size="20">
.
.
.
.
It could be something like:
<input name="text1" type="text" size="20">
<input name="text2" type="text" size="20">
.
.
.
.