ASP to Excel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I create html table in an ASP page, set Response.ContentType =
"application/vnd.ms-excel". In one cell in the html table, there's an image
tag: <td colspan="3"><img border="0" src="img/CRG_logo.gif"></td>. When excel
opens, the cell will show the little image not found icon instead of the
image itself.

I have no idea why that happens, is there a solution for this? I'd
appreciate any help, thanks.

A Fu
 
Hi,
Maybe a wild guess. ;<)

src="img/CRG_logo.gif" isn't the correct path?



--


John

johnf202 at hotmail dot com


: Hello,
:
: I create html table in an ASP page, set Response.ContentType =
: "application/vnd.ms-excel". In one cell in the html table, there's an
image
: tag: <td colspan="3"><img border="0" src="img/CRG_logo.gif"></td>. When
excel
: opens, the cell will show the little image not found icon instead of the
: image itself.
:
: I have no idea why that happens, is there a solution for this? I'd
: appreciate any help, thanks.
:
: A Fu
 
Back
Top