首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > ASP >

大大,关于网页表格中的图片导入excel的有关问题

2012-02-16 
请教各位大大,关于网页表格中的图片导入excel的问题。%Response.BufferTRUEResponse.AddHeaderContent-D

请教各位大大,关于网页表格中的图片导入excel的问题。
<%
Response.Buffer   =   TRUE
Response.AddHeader   "Content-Disposition ",   "attachment;   filename=银行划账单 "&date()& ".xls "
Response.contentType= "application/vnd.ms-excel "
%>

<table   border= "1 "   cellpadding= "0 "   cellspacing= "0 ">  
      <tr>  
            <th   width= "189 "   height= "85 "> <img   src= "images1/logo.JPG "   width= "174 "   height= "57 "> </th>  
            <th   width= "69 "> 项目   B </th>  
      </tr>  
</table>  

这样导出到excel的图片是一个叉叉,请问应该如何导入呢?万分感激!!

[解决办法]
只能帮你顶 比较想知道答案
[解决办法]
路径问题吧!

热点排行