hi
i have used following code in replacement with textarea...
<object ID="tbContentElement" CLASS="tbContentElement"
CLASSID="clsid:2D360201-FFF5-11D1-8D03-00A0C959BC0A" VIEWASTEXT
width="450" height="300">
<param name=Scrollbars value=true>
</object>
this code shows textarea on the form.
now i want to edit some text in the object. i tried
<object ID="tbContentElement" CLASS="tbContentElement"
CLASSID="clsid:2D360201-FFF5-11D1-8D03-00A0C959BC0A" VIEWASTEXT
width="450" height="300">
<param name=Scrollbars value=true>
hi i m shweta
</object>
but didn't print anything in the object.
what's the solution??
shweta