below   is   the code which displays value in the text field.ps
note that we should use the escape sequence \"  when putting a value
        isnide a string

>      out.println("<html>"+"<body bgcolor=#CCCCFF>");
>      String x=rs.getString(1);
>      //out.println(x);
>      out.println("<br>");
>      out.println("<b>"+"username: "+"</b>"+"<input type=text name=t1
> value=\"13\" >");
>      out.println("</body>"+"</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