Click to See Complete Forum and Search --> : textarea value


srimca
03-03-2003, 12:33 AM
how to get text entered in a textarea box in a html page

khalidali63
03-03-2003, 01:00 AM
var textareavalue = document.formName.textAreaName.value;

this will give you the text area value


Cheers

Khalid

srimca
03-03-2003, 01:20 AM
i already tried it before posting thequestion.
it is not working