yippy
11-08-2003, 03:27 PM
Hi:
i'm trying to have something like this:
when the user type a number in the textbox, other text will duplicate to the number that the user had inputed.
example:
other text (before): a
textbox: 3
othertext (after): aaa
I tried something like a * textbox.value but it gave me NaN
Can someone please help me.... THANK YOU
i'm trying to have something like this:
when the user type a number in the textbox, other text will duplicate to the number that the user had inputed.
example:
other text (before): a
textbox: 3
othertext (after): aaa
I tried something like a * textbox.value but it gave me NaN
Can someone please help me.... THANK YOU