How do I get/set the contents of a TEXTAREA? document.formname.textareaname.value doesn't seem to work.
How do I get/set the contents of a TEXTAREA? document.formname.textareaname.value doesn't seem to work.
Never mind, I forgot to include the form name even though I just gave an example that had it. :rolleyes:
That's easy, stumbled on to it myself but figured it out.
It's: <TEXTAREA>What ever I want to put here</TEXTAREA>
Hope this is what you're looking for.