How do I define the text displayed within a TEXTAREA control?
Here is what I have....

Code:
eval("document.form.text.value = variable")
The TEXTAREA control is named 'text' - although it doesn't have a 'value' value, so I'm not so sure how to use javascript to supply the control with the data I want..... Thanks.