Manish,
Thanks.I used the variable name as below and it is working fine.
<TEXTAREA ...........>"+variablename+"</TEXTAREA> (in servlet)

thanks,
 rajesh.


"Manish, Singh (IE10)" <[EMAIL PROTECTED]> on 05/01/2001 12:09:30

Please respond to "A mailing list for discussion about Sun Microsystem's
      Java              Servlet API Technology."
      <[EMAIL PROTECTED]>

To:   [EMAIL PROTECTED]
cc:    (bcc: Rajesh K J/India/IBM)
Subject:  Re: Using TextArea




Dear Rajesh,
 This is a simple thing you can read any book on Javascript which will tell
you how to populate a TEXTAREA in HTML page. If you are using Servlets then
simply spit the value and in the onload of the HTML page write a script
which will set the value of the Text Area it is something like
document.formname.textarea.value = value got from the database

Manish

May the Force be with you

> -----Original Message-----
> From: Rajesh Kumar [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, January 05, 2001 11:58 AM
> To:   [EMAIL PROTECTED]
> Subject:      Using TextArea
>
> Hello all,
> Can anyone please help me on How to display the value in TEXTAREA after
> retreiving it from the DataBase.
>
>  Thanks,
> rajesh
>
>
__________________________________________________________________________
> _
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to