hi, im trying to access text in a textarea via the DOM. the textarea id is area Ive tried:
but it doesnt seem to work....can anyone clarify this for me?Code JavaScript:var myvar = document.getElementById("area"); var area_text = myvar.TextNode;
Thanks
