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

为什么在DW8设计视图下<include file="">后 下面的table都看不见呢,该如何解决

2012-04-19 
为什么在DW8设计视图下!--include file后下面的table都看不见呢%@LANGUAGEVBSCRIPT CODEPAGE93

为什么在DW8设计视图下<!--include file="">后 下面的table都看不见呢
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%><%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<STYLE type=text/css>
.pad {
PADDING-LEFT: 2px
}
</style>
<link href="images/css.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {
color: #FF99FF;
font-weight: bold;
font-size: 16px;
}
.style2 {color: #0000FF}
.style3 {
font-size: 14px;
font-weight: bold;
color: #0000FF;
}
.STYLE4 {color: #660000}
-->
</style>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!--#include file="webtop1.asp"-->

’从这里开始有问题,下面的表格全看不见了

<table width="776" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
  <td width="219" align="left" valign="top"><!--#include file="left.asp"--></td>
  <td width="561" align="left" valign="top">
  <br> <table width="568" border="0" cellpadding="0" cellspacing="0">
  <tr>
  <td width="17%" height="130" align="center" valign="middle"><img src="<%=trim(rs("pic"))%>" width="85" height="125"></td>
  <td height="130" align="left" valign="top"><table width="100%" border="0" cellspacing="2" cellpadding="0">
  <tr>
  <td colspan="2"><table border="0" cellspacing="0" cellpadding="2">
  <tr>
  <td><img src="images/w.gif" width="18" height="18"></td>
  <td><span class="booktitle"><%=trim(rs("name"))%></span></td>
  </tr>
  </table></td>
  </tr>
   
  <tr> 
  <td>&nbsp;&nbsp;&nbsp;&nbsp;市场价:<span class="price1"><%=rs("price1") %></span>元</td>
  </tr>
  <tr>
  <td>&nbsp;&nbsp;&nbsp;&nbsp;会员价:<span class="price2"><%=rs("price2") %></span>元</td>
</tr>
<tr>
  <td>&nbsp;&nbsp;&nbsp;&nbsp;VIP价 :<span class="viprice"><%=rs("vipprice") %></span>元</td>
  </tr>
  <tr>
  <td>&nbsp;&nbsp;&nbsp;&nbsp;积&nbsp;&nbsp;&nbsp;&nbsp;分 :<%=rs("score")%></td>
  </tr> 
   
  <tr>
  <td>&nbsp;&nbsp;&nbsp;&nbsp;浏览次数:<%=trim(rs("viewnum"))%></td>
</tr>
<tr>
  <td>&nbsp;&nbsp;&nbsp;&nbsp;购买次数:<%=trim(rs("solded"))%></td>


  </tr>
  <tr>
  <td colspan="2">&nbsp;&nbsp;<a href="icar.asp?id=<%=rs("id")%>&action=add" target="pcart"><img src="images/car.gif" width="23" height="20" border="0">购物车</a></td>
  </tr>
  </table></td>
  </tr>
   
   
  <tr align="left">
  <td height="30" colspan="2" style="padding-left:10px;"><table border="0" cellspacing="0" cellpadding="2">
  <tr>
  <td><img src="images/w.gif" width="18" height="18"></td>
  <td> <strong>产品介绍 </strong> </td>
  </tr>
  </table></td>
  </tr>
  <tr align="left">
  <td colspan="2" style="padding-left:40px;"><%=trim(rs("detail"))%></td>
  </tr>
<% rs.close %>
  <tr align="left">
  <td height="90" colspan="2" style="padding-left:10px;"><table width="251" border="0" cellpadding="2" cellspacing="0">
  <tr>
  <td width="19"><img src="images/w.gif" width="18" height="18"></td>
  <td width="224"> <strong>评论</strong> <a href="comment.asp?id=<%=id%>" target="_blank">发表您对本产品的评论</a></td>
  </tr>
  </table> </td>
  </tr>

  <tr align="left">
  <td colspan="2">&nbsp;</td>
  </tr>
  <tr align="center">
  <td colspan="2"><TABLE WIDTH="96%" BORDER="0" CELLPADDING="0" CELLSPACING="0" align="center">
  <a name="pic"></a>
   
  <TR>
  <TD align="center">&nbsp;</TD>
  </TR>
  <TR>
  <TD align="center"><input type="button" name="Submit" value="关闭" onClick="window.close()"></TD>
  </TR>
  </TABLE></td>
  </tr>
  <tr align="center">
  <td colspan="2">&nbsp;</td>
  </tr>
  </table></td>
  </tr>
</table>

<!--#include file="foot.htm"-->
</body>
</html>
<%

set rs=nothing

%>

[解决办法]
webtop1.asp内容是什么》?先删除webtop1.asp可以看到吗?如果删除webtop1.asp可以看到,一定是webtop1.asp里面内容的问题

热点排行