|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
DYNAMIC INPUT BOXEX
How do I create a dynamic input boxes?
Example: You had a form with omly one input box asking users for a suggestion. But suppose one user had more than one suggestion can the form generate input boxes as many as the user wants to input before submitting the form. |
|
#2
|
|||
|
|||
|
RE: DYNAMIC INPUT BOXEX
You can use the JavaScript createElement("INPUT") function and append the new input field to a form using appendChild()
Does that help? |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Programming Theory > DYNAMIC INPUT BOXEX |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|