bravo270681
07-10-2007, 01:25 AM
hi
is this possible to set data ina textarea other than text....
i have tried this
<textarea>
<jsp:include page="a.jsp" flush="true" />
</textarea>
but it sets the text only
rest the coding of the things like bgcolor
font, table tags are displayed
i am working on email application where i have to forward a email just like any mailing services i wish to set the current email's content in the textarea of the compose section of the application..... i got stuck at this point can anyone help me.....in simple words how to set data other than text in textarea ...
is there any alternative.....
is this possible to set data ina textarea other than text....
i have tried this
<textarea>
<jsp:include page="a.jsp" flush="true" />
</textarea>
but it sets the text only
rest the coding of the things like bgcolor
font, table tags are displayed
i am working on email application where i have to forward a email just like any mailing services i wish to set the current email's content in the textarea of the compose section of the application..... i got stuck at this point can anyone help me.....in simple words how to set data other than text in textarea ...
is there any alternative.....