Hello,
I have a lot of html that I am sending to a client
such as
<tr>
<td width="17%"><small><small><font
color="#FF0000"><strong>Bill to Number:</strong></font>
</small></small></td>
<td width="16%"><small><small><input type="text"
name="C1BTNO" size="11"
maxlength="11"></small></small></td>
<td width="33%"></td>
<td width="34%"></td>
</tr>
and I am writing it by
out.println(.....)
out.println(.....)
Now this is becoming really cumbersome to do a
out.println and then insert a \, in front of every " .
Can someone please provide any suggestion on how to
get this done faster.
Thanks,
J






_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com

___________________________________________________________________________
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