Thread: ASP to Excel
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jaf jaf is offline
external usenet poster
 
Posts: 300
Default ASP to Excel

Hi,
Maybe a wild guess. ;<)

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



--


John

johnf202 at hotmail dot com


"A Fu" <A wrote in message
...
: 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