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

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