robertocarvalho
Programmer
Hi. I like to know how to fill a textarea with a result.
My code use VBSCRIPT :
<textarea name="a" ...
script:
some=frmOne.Text1.value * 2
frmOne.a.value = some
There is no output to textarea, but
some=frmOne.Text1.value * 2
frmOne.a.value = some
msgbox some
"some" appears in textarea until the button OK in message box is pressed, after that the textarea come back to blank.
Any advice will be apprecciated.
Thanks.
My code use VBSCRIPT :
<textarea name="a" ...
script:
some=frmOne.Text1.value * 2
frmOne.a.value = some
There is no output to textarea, but
some=frmOne.Text1.value * 2
frmOne.a.value = some
msgbox some
"some" appears in textarea until the button OK in message box is pressed, after that the textarea come back to blank.
Any advice will be apprecciated.
Thanks.