ASP to Excel

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
 
J

jaf

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top