Hi,
I want javascript for displaying multiple textboxes dynamically.
ADD-this is button.
if i click button first time it will display 1 textbox and if i click
2nd time it will display another textbox,if i click that button once
again display another textbox.if i click 10 times it will display 10
textboxes.
so i want code for displaying textboxes dynamically using javascript.
Regards,
Sirisha.
|
|
-1
|
|
|
|
Reply
|
sireesha.ardham (3)
|
2/27/2007 9:21:35 AM |
|
On Feb 27, 7:21 pm, "Sirisha" <sireesha.ard...@gmail.com> wrote:
> Hi,
> I want javascript for displaying multiple textboxes dynamically.
>
> ADD-this is button.
> if i click button first time it will display 1 textbox and if i click
> 2nd time it will display another textbox,if i click that button once
> again display another textbox.if i click 10 times it will display 10
> textboxes.
>
> so i want code for displaying textboxes dynamically using javascript.
Work you way through the following:
<URL: http://www.w3schools.com/htmldom/default.asp >
<URL: http://developer.mozilla.org/en/docs/DOM:document.createElement
>
<URL: http://developer.mozilla.org/en/docs/Gecko_DOM_Reference:Examples
>
Follow the links to W3C specifications included in the Gecko
documentation too.
--
Rob
|
|
0
|
|
|
|
Reply
|
RobG
|
2/27/2007 11:14:33 AM
|
|