请教各位大大,关于网页表格中的图片导入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的图片是一个叉叉,请问应该如何导入呢?万分感激!!
------解决方案--------------------只能帮你顶 比较想知道答案
------解决方案--------------------路径问题吧!