|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
Hi all,
I want to display a textbox depends on user input. For instance, if a user enter 2, then the will come out 2 texboxes, but as a default, there will be only one textbox. How can i do it using javascript? or can u give any useful link where can i refer to? Im really appreciate if there is someone can help me! Regards; :: DuLCiNeA :: |
|
#2
|
||||
|
||||
|
number of textboxes
You could code in the textboxes giving them the style property of display: none; Then use js to change the property to display: block or display: inline to make them appear after the user chooses.
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > JavaScript Development > onClick |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|