I am trying to make a form where the user enters the number of entries they wish to make into a textbox and that amount of new textboxes would automatically appear below. Any suggestions?
In the onchange event of a select box, use document.createElement to create as many inputs of type text as selected, then insert them into the document where you need them.
If I have time later, I'll show you some sample code that does this. I have a lot of work to get done now.
__________________
Join me on Please login or register to view this content. Registration is FREE