How do I define the text displayed within a TEXTAREA control?
Here is what I have....
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.Code:eval("document.form.text.value = variable")


Reply With Quote