主题:求助,关于ASP页面中图片的显示问题
以下我把整个ASP文档的代码都搬上来了,现在的问题是在下面加粗的那段代码不能将图片显示出来,换另外的图片也显示不出来。哪位筒子知道问题出在哪麻烦告知小弟以下,不胜感激!
<TITLE><%=conWebSiteName%></TITLE>
<LINK href = "include/main.css" type = text/css rel = stylesheet>
<META content = "Microsoft FrontPage 5.0" name = GENERATOR>
<script language = Javascript src = "include/common.js"></script>
<script language = Javascript src = "include/opennew.js"></script>
<%
' 显示页头部和菜单
function ShowHeadAndMenu()
%>
<style type="text/css">
<!--
.STYLE1 {color: #CCCCCC}
-->
</style>
<TABLE cellSpacing = "0" cellPadding = "0" width = "100%" border = "0" ID = "Table1">
<TBODY>
<TR>
<TD align = left width = 97 height = 64>
[b]<IMG src = "../images/logo.jpg" height = 64 width = 220>[/b]</TD>
<TD height = 64 align = "right"> [b]<img src = "../images/right.gif" width="500" height="64">[/b] </TD>
</TR>
</TBODY>
</TABLE>
<TABLE cellSpacing = "0" cellPadding = "0" width = 100% border = "0" height = "1" ID = "Table2">
<TR>
<TD height = "1" background = "images/dot.gif"></TD>
</TR>
</TABLE>
<table border = "0" cellspacing = "0" cellpadding = 0 width = "100%" height = "20" ID = "Table3">
<tr>
<td width = 280 height = 30 bgcolor = "#FFFFFF" align = "left" style = "word-spacing: 4" height = "18" class = "jj1" background = "images/bar1.gif">
<a href = default.asp class = "jj1"> 网站首页 </a> | <a href = product.asp class = "jj1">精品列表
</a> | <a href = faq.asp class = "jj1">购物帮助
</a> | 购物车
</td>
<td width = 28><img src = "../images/bar2.gif" height = 27 width = 28></td>
<td background = "images/bar3.gif"><% ShowMemberLogin() %></td>
</tr>
</table>
<TABLE cellSpacing = "0" cellPadding = "0" width = 100% border = "0" height = "1" ID = "Table4">
<TR>
<TD height = "1" background = "images/dot.gif"></TD>
</TR>
</TABLE>
<%
end function
%>