Hi,
I have a simple problem, I can't get the data inside a value property to display in a textarea.
Here's the code
<TEXTAREA id=txtacomm style="WIDTH: 482px; HEIGHT: 76px" name=txtacomm cols=68 value="test" tabindex = 16></TEXTAREA>
I cannot see 'test' in the textarea.
Can anybody tell me where I am going wrong?
Thank you
I have a simple problem, I can't get the data inside a value property to display in a textarea.
Here's the code
<TEXTAREA id=txtacomm style="WIDTH: 482px; HEIGHT: 76px" name=txtacomm cols=68 value="test" tabindex = 16></TEXTAREA>
I cannot see 'test' in the textarea.
Can anybody tell me where I am going wrong?
Thank you