sorry all, it works fine, just my stupid mistakes...
code is just :
<%
response.setContentType("application/vnd.ms-word");
response.setHeader("Content-disposition","attachment;filename=testing.doc");
%>
<table border="1" bordercolor="black" cellspacing="0" cellpadding="0">
<tr>
<th>Heading 1</th>
</tr>
<tr>
<td>Testing Testing Testing Testing Testing </td>
</tr>
</table>
-----Original Message-----
From: Walter Meyer [mailto:[EMAIL PROTECTED]]
Sent: 04 June 2001 22:00
To: [EMAIL PROTECTED]
Subject: Re: printing table border in ms-word generate from jsp
Could you send a URL or code snippet?
Walt
---- Winnie Leung <[EMAIL PROTECTED]> wrote:
> i'm generating a microsoft word document using jsp, i can view the
> table
> when it's generated, but when i try to print it, the border disappear.
> thanks in advance.
>
> winnie
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets