Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP General (http://www.velocityreviews.com/forums/f65-asp-general.html)
-   -   ASP to Excel (http://www.velocityreviews.com/forums/t796053-asp-to-excel.html)

A Fu 08-25-2004 12:57 PM

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

Tom Kaminski [MVP] 08-25-2004 02:51 PM

Re: ASP to Excel
 
"A Fu" <A Fu@discussions.microsoft.com> wrote in message
news:FE5B8A4E-4D83-4965-AA22-5DB8032D33AF@microsoft.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.


Not really an ASP issue - but did you try a fully qualified URL to the
image?

--
Tom Kaminski IIS MVP
http://www.microsoft.com/windowsserv...y/centers/iis/
http://mvp.support.microsoft.com/
http://www.iisfaq.com/
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://www.tryiis.com




All times are GMT. The time now is 06:59 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57