如何落伍 | 站长俱乐部 | 落伍预告 | 落伍分类 | 站长运营 | 站长赚钱 | 免费代码 | 现金任务 | 人才招聘 | 落伍DIY | 帐号异常申诉! | 站长工具
推荐:图铃+艺术签名效果强!年底暴利,淘宝CPC1000ip/50元弹窗,点击,自定义多种广告 强力推荐:签名+Q号.无线金玉
天寻租用699/月 空间30/月赠CDN域名1元 空间10元 真百独999起!2G空间250元 赠独立IP 赠CDN加速51联盟轻松月赚1万!(信誉第一)
挚盟:签名+杀毒+考考你英拓0元送机托管活动服务器也可以合租188每月10M独享租用550元-合租80/月
DNSPod智能DNS,我们一直在免费莆阳E7200/2G/250G 月付699元双线独立IP主机 上海电信托管4500腾佑丽水电信10G高防,租用599元/月起
发新话题
打印

[已答] 文体输出为何不分段

文体输出为何不分段

<!--#include file="conn.asp"--><head>
<style type="text/css">
body{
     color:#000000
         font-family:"宋体";
        word-spacing: normal;
}
         .style_center{
            text-align:center;
                color:#cc66ff;
                font-family:"宋体";
                font-size:18px
                }
</style>
</head>



<%
id=request.QueryString("id")
if id<>"" then
set rs=server.CreateObject("adodb.recordset")
sql="select * from news where id="&id
rs.open sql,conn,3,3
if rs.bof and rs.eof then
response.Write("参数错误")
else
rs("name")=rs("name")+1
rs.update()%>




<style>
.tb {table-layout:fixed}
</style>



  

<BODY>
                                                <p> </p>
                                                <table width="100%" border="2">
                          <tr bordercolor="2">
                            <td align="center" bordercolor="2"><span class="STYLE3"><span class="STYLE3"><%=rs("name")%> </span><span class="STYLE3"> 
                            </span>                            <span class="STYLE3 STYLE3"> </span></td>
                          </tr>
                        </table>
                                                <p> </p>
                                                <table width="100%" border="0">
                          <tr>
                            <td width="48%" align="center"><span class="STYLE3">  发布于</span></td>
                            <td width="52%" align="left"><%=rs("time")%> </td>
                          </tr>
                        </table>
                                                <p> </p>
                                                <p> </p>
                                                <table width="100%" border="1" bordercolor="#6699FF">
                          <tr>
                            <td><%=code(rs("content"))%><%=   rs("tel")%> </td>
                          </tr>
                        </table>
                                                <p> </p>
                                                <table width="100%" border="0">
                          <tr>
                            <td width="51%" align="center"><a href="index.asp">回首页</a></td>
                            <td width="49%" align="center"><DIV align=center><a href="javascript:self.close();">『关闭窗口』</a>                   </DIV> </td>
                          </tr>
                        </table>
                                                <p> </p>
                                                <p>
                                                  <%end if
                                                rs.close
                                                set rs=nothing
                                                end if
                                                conn.close
                                                set conn=nothing%>
                                                  
                                                  
</p>

[ 本帖最后由 zchliang 于 2007-8-20 22:13 编辑 ]

TOP

应该是分的啊
支持落伍

TOP

以解决了

TOP

发新话题