printing the contents of a string buffer
hi,
i want to print the contents of my string buffer object. My string buffer object looks somthn like this:
strHTML.append("<tr><td bgcolor='#7C9DC2' align='center' class='style2' colspan='2'>" +
"<span class='style2'>"+sectionName+"</span></td></tr>"+
"<tr><td bgcolor='#DDEEFF' align='left' class='style2' colspan='2'> </td></tr>");
it contains HTML text also. I need to provide the print functionality for this..., can someone help me with some sample code......thanx
andy

