| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 646 人关注过本帖
标题:代码运行无页面显示,寻求帮组
只看楼主 加入收藏
eournet
Rank: 2
等 级:论坛游民
帖 子:103
专家分:26
注 册:2010-5-22
结帖率:55.56%
收藏
已结贴  问题点数:20 回复次数:2 
代码运行无页面显示,寻求帮组
<%

if request.Cookies("shiwei_username")="" then
%>
<script language="javascript">
top.location.href="../index.asp"
</script>
<%  
  response.end
end if
%>
<!-- #include file="../conn2.asp" -->
<!-- #include file="../const.asp" -->

<html>
<head>
<title><%=dianming%> - 项目费用分表查询</title>
<meta http-equiv="Content-Type" content="text/html; charset=gB1312">
<link href="style/style.css" rel="stylesheet" type="text/css">
<style>
body {
    background-color:#FFFFFF;
}
</style>
<script language="javascript">
function collapse(img, objName)
{
    var obj;
    obj = document.getElementById(objName);
    if (img.src.indexOf('open') != -1)
    {
        img.src = img.src.replace('open', 'close');
        obj.style.display = 'none';
    }
    else
    {
        img.src = img.src.replace('close', 'open');
        obj.style.display = '';
    }
}

function collapseall(img)
{
    var obj;
    if (img.src.indexOf('open') != -1)
    {
        img.src = img.src.replace('open', 'close');
        for (x=1;x<=<%=maxrecord%>;x++)
        {
            obj = document.getElementById("B1"+x);
            if (obj)
            {
                obj.style.display = 'none';
            }
        }
    }
    else
    {
        img.src = img.src.replace('close', 'open');
        for (x=1;x<=<%=maxrecord%>;x++)
        {
            obj = document.getElementById("B1"+x);
            if (obj)
            {
                obj.style.display = '';
            }
        }        
    }
}
</script>

<script language=javascript>
function preview() {
bdhtml=window.document.body.innerHTML;
sprnstr="<!--startprint-->";
eprnstr="<!--endprint-->";
prnhtml=bdhtml.substr(bdhtml.indexOf(sprnstr)+17);
prnhtml=prnhtml.substring(0,prnhtml.indexOf(eprnstr));
window.document.body.innerHTML=prnhtml;
window.print();
window.document.body.innerHTML=bdhtml;
         }
</script>
</HEAD>

<BODY>
<script>
function CheckAll(form)  {
  for (var i=0;i<form.elements.length;i++)    {
    var e = form.elements[i];
    if (e.name != 'chkall')       e.checked = form.chkall.checked;
   }
  }
</script>
<%
if fla2="0" and request.Cookies("shiwei_id")<>"1" then
%>
<br><center>
<img src="images/note.gif" align="absmiddle">&nbsp;<font color="#FF0000">你不具备此权限,请与管理员联系!</font></center>
<%  
  response.end
end if

if request("isok")<>"" then
  conn.execute("update B1 set isok="&request("isok")&" where bianhao='"&request("bianhao")&"'")
end if

'取得当前页码
currentpage=request("page")
response.write currentpage
response.end
if currentpage<1 or currentpage="" then
  currentpage="1"
end if

'取得搜索关键字  
nowstartdate=request("startdate")
if nowstartdate="" then
 nowstartdate=date()-day(date()-1)
end if
nowenddate=request("enddate")
if nowenddate="" then
  nowenddate=date()
end if
nowid_huiyuan=request("id_huiyuan")
nowprice=request("price")
nowkeyword=request("keyword")
%>
<table width="100%" border="0" cellpadding="0" cellspacing="2" align="center">
<form name="form2">
  <tr>
    <td width="5%" height="21">&nbsp;<img src="images/print.jpg" align="middle" style="cursor:hand;" onClick="preview();window.close()"></td>
    <td width="95%" align="right">
      开始日期:
      <input name="startdate" value="<%=nowstartdate%>" readonly style="width:100px">
      <img src="images/date.gif" align="absmiddle" style="cursor:pointer;" onClick="JavaScript:window.open('day.asp?form=form2&field=startdate&oldDate='+startdate.value,'','directorys=no,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,width=250,height=170,top=150,left=590');">
      结束日期:
      <input name="enddate" value="<%=nowenddate%>" readonly style="width:100px">
      <img src="images/date.gif" align="absmiddle" style="cursor:pointer;" onClick="JavaScript:window.open('day.asp?form=form2&field=enddate&oldDate='+enddate.value,'','directorys=no,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,width=250,height=170,top=150,left=740');">
    <%
    if request.Cookies("shiwei_id")="1" or fla88="1" then
      sql="select * from B1 order by price"
      set rs_B1=conn.execute(sql)
    else
      sql="select * from B1 where instr(login,',"&request.Cookies("shiwei_id")&",')>0 order by price"
      set rs_B1=conn.execute(sql)
      if rs_B1.eof then
        nowprice=""
      elseif request("B1")="" then
        nowprice=rs_B1("price")
      end if      
    end if  
    %>
      <select name="price" onChange="form2.submit()" size="1">
    <%if request.Cookies("shiwei_id")="1" or fla88="1" then%>
        <option>项目名称</option>
    <%elseif rs_B1.eof then%>
        <option value="0">没有你关联的项目名称</option>   
    <%end if%>
    <%
    do while rs_B1.eof=false
    %>
        <option value="<%=rs_B1("price")%>"<%if trim(cstr(rs_B1("price")))=nowprice then%> selected="selected"<%end if%>><%=rs_B1("price")%></option>
        <%
      rs_B1.movenext
    loop
    %>
          </select>   
      <input type="text" name="keyword" size="20" value="<%=nowkeyword%>">
      <input type="hidden" name="hid" value="ok">
      <input type="submit" value=" 查询 " class="button">&nbsp;
    </td>
  </tr>
</form>  
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#C4D8ED">
<tr>
<td>
<img src="images/r_1.gif" alt="" /></td>
<td width="100%" background="images/r_0.gif">
  <table cellpadding="0" cellspacing="0" width="100%">
    <tr>
      <td>&nbsp;项目结算费用分表查询</td>
      <td align="right"> </td>
    </tr>
  </table>
</td>
<td>
<img src="images/r_2.gif" alt="" /></td>
</tr>
<tr>
<td></td>
<td>
<!--startprint-->
<table align="center" cellpadding="4" cellspacing="1" class="toptable grid" border="1">
<form name="form1" action="B1_del.asp">
  <input type="hidden" name="startdate" value="<%=nowstartdate%>">
  <input type="hidden" name="enddate" value="<%=nowenddate%>">
  <input type="hidden" name="id_huiyuan" value="<%=nowid_huiyuan%>">
  <input type="hidden" name="price" value="<%=nowprice%>">
  <input type="hidden" name="keyword" value="<%=nowkeyword%>">
  <input type="hidden" name="order1" value="<%=request("order1")%>">
  <input type="hidden" name="order2" value="<%=request("order2")%>">
  <input type="hidden" name="order3" value="<%=request("order3")%>">
  <input type="hidden" name="order4" value="<%=request("order4")%>">
  <input type="hidden" name="order5" value="<%=request("order5")%>">
  <input type="hidden" name="order6" value="<%=request("order6")%>">
  <input type="hidden" name="order7" value="<%=request("order7")%>">
  <input type="hidden" name="order8" value="<%=request("order8")%>">
  <input type="hidden" name="order9" value="<%=request("order9")%>">
  <input type="hidden" name="order10" value="<%=request("order10")%>">
  <input type="hidden" name="order11" value="<%=request("order11")%>">
  <input type="hidden" name="order12" value="<%=request("order12")%>">
  <input type="hidden" name="order13" value="<%=request("order13")%>">
  <input type="hidden" name="order14" value="<%=request("order14")%>">
  <input type="hidden" name="order15" value="<%=request("order15")%>">  
  <tr align="center">
    <td class="category" width="10">
    <img src="images/folder_close.gif" style="cursor:hand" onClick="collapseall(this)" width="18" height="9" /></td>
    <td class="category" height="30">
      <a href="?order1=<%if request("order1")="asc" then%>desc<%else%>asc<%end if%>&page=<%=currentpage%>&startdate=<%=nowstartdate%>&enddate=<%=nowenddate%>&ku=<%=nowprice%>&keyword=<%=nowkeyword%>" class="title">编号<%if request("order1")="asc" then%><img src="images/up2.gif" border="0" hspace="2" align="absmiddle"><%else%><img src="images/down2.gif" border="0" hspace="2" align="absmiddle"><%end if%></a>   
    </td>
    <td class="category">
      <a href="?order4=<%if request("order4")="asc" then%>desc<%else%>asc<%end if%>&page=<%=currentpage%>&startdate=<%=nowstartdate%>&enddate=<%=nowenddate%>&ku=<%=nowprice%>&keyword=<%=nowkeyword%>" class="title">时间<%if request("order4")="asc" then%><img src="images/up2.gif" border="0" hspace="2" align="absmiddle"><%else%><img src="images/down2.gif" border="0" hspace="2" align="absmiddle"><%end if%></a>
    </td>
    <td class="category">
    <a href="?order4=<%if request("order4")="asc" then%>desc<%else%>asc<%end if%>&page=<%=currentpage%>&startdate=<%=nowstartdate%>&enddate=<%=nowenddate%>&ku=<%=nowprice%>&keyword=<%=nowkeyword%>">
        项目名称</a><a href="?order4=<%if request("order4")="asc" then%>desc<%else%>asc<%end if%>&page=<%=currentpage%>&startdate=<%=nowstartdate%>&enddate=<%=nowenddate%>&ku=<%=nowprice%>&keyword=<%=nowkeyword%>" class="title"><%if request("order4")="asc" then%><img src="images/up2.gif" border="0" hspace="2" align="absmiddle"><%else%><img src="images/down2.gif" border="0" hspace="2" align="absmiddle"><%end if%></a>
     </td>
    <td class="category">
      <a href="?order5=<%if request("order5")="asc" then%>desc<%else%>asc<%end if%>&page=<%=currentpage%>&startdate=<%=nowstartdate%>&enddate=<%=nowenddate%>&ku=<%=nowprice%>&keyword=<%=nowkeyword%>">
        负责人</a><a href="?order5=<%if request("order5")="asc" then%>desc<%else%>asc<%end if%>&page=<%=currentpage%>&startdate=<%=nowstartdate%>&enddate=<%=nowenddate%>&ku=<%=nowprice%>&keyword=<%=nowkeyword%>" class="title"><%if request("order5")="asc" then%><img src="images/up2.gif" border="0" hspace="2" align="absmiddle"><%else%><img src="images/down2.gif" border="0" hspace="2" align="absmiddle"><%end if%></a>
    </td>
    <td class="category">
      <a href="?order6=<%if request("order6")="asc" then%>desc<%else%>asc<%end if%>&page=<%=currentpage%>&startdate=<%=nowstartdate%>&enddate=<%=nowenddate%>&ku=<%=nowprice%>&keyword=<%=nowkeyword%>">
        总价</a><a href="?order6=<%if request("order6")="asc" then%>desc<%else%>asc<%end if%>&page=<%=currentpage%>&startdate=<%=nowstartdate%>&enddate=<%=nowenddate%>&ku=<%=nowprice%>&keyword=<%=nowkeyword%>" class="title"><%if request("order6")="asc" then%><img src="images/up2.gif" border="0" hspace="2" align="absmiddle"><%else%><img src="images/down2.gif" border="0" hspace="2" align="absmiddle"><%end if%></a></td>
    <td class="category">
      <a href="?order7=<%if request("order7")="asc" then%>desc<%else%>asc<%end if%>&page=<%=currentpage%>&startdate=<%=nowstartdate%>&enddate=<%=nowenddate%>&ku=<%=nowku%>&keyword=<%=nowkeyword%>">
        建安费</a><a href="?order7=<%if request("order7")="asc" then%>desc<%else%>asc<%end if%>&page=<%=currentpage%>&startdate=<%=nowstartdate%>&enddate=<%=nowenddate%>&ku=<%=nowprice%>&keyword=<%=nowkeyword%>" class="title"><%if request("order7")="asc" then%><img src="images/up2.gif" border="0" hspace="2" align="absmiddle"><%else%><img src="images/down2.gif" border="0" hspace="2" align="absmiddle"><%end if%></a>
    </td>
    <%if request.Cookies("shiwei_id")="1" or fla87="1" then%>
    <td class="category">
      <a href="?order9=<%if request("order9")="asc" then%>desc<%else%>asc<%end if%>&page=<%=currentpage%>&startdate=<%=nowstartdate%>&enddate=<%=nowenddate%>&ku=<%=nowprice%>&keyword=<%=nowkeyword%>">
        设备费</a><a href="?order9=<%if request("order9")="asc" then%>desc<%else%>asc<%end if%>&page=<%=currentpage%>&startdate=<%=nowstartdate%>&enddate=<%=nowenddate%>&ku=<%=nowku%>&keyword=<%=nowkeyword%>" class="title"><%if request("order9")="asc" then%><img src="images/up2.gif" border="0" hspace="2" align="absmiddle"><%else%><img src="images/down2.gif" border="0" hspace="2" align="absmiddle"><%end if%></a>
   </td>
    <td class="category">
      <a href="?order9=<%if request("order9")="asc" then%>desc<%else%>asc<%end if%>&page=<%=currentpage%>&startdate=<%=nowstartdate%>&enddate=<%=nowenddate%>&ku=<%=nowprice%>&keyword=<%=nowkeyword%>">
        其他费</a><a href="?order9=<%if request("order9")="asc" then%>desc<%else%>asc<%end if%>&page=<%=currentpage%>&startdate=<%=nowstartdate%>&enddate=<%=nowenddate%>&ku=<%=nowprice%>&keyword=<%=nowkeyword%>" class="title"><%if request("order9")="asc" then%><img src="images/up2.gif" border="0" hspace="2" align="absmiddle"><%else%><img src="images/down2.gif" border="0" hspace="2" align="absmiddle"><%end if%></a>
    </td>
    <td class="category">
     完成情况<a href="?order10=<%if request("order10")="asc" then%>desc<%else%>asc<%end if%>&page=<%=currentpage%>&startdate=<%=nowstartdate%>&enddate=<%=nowenddate%>&ku=<%=nowprice%>&keyword=<%=nowkeyword%>" class="title"><%if request("order10")="asc" then%><img src="images/up2.gif" border="0" hspace="2" align="absmiddle"><%else%><img src="images/down2.gif" border="0" hspace="2" align="absmiddle"><%end if%></a>
    </td>
    <%end if%>
    <%if fla1="1" or request.Cookies("shiwei_id")="1" then%>
    <td class="category">发送财务</td>
    <%end if%>
    <%if fla4="1" or request.Cookies("shiwei_id")="1" then%>
    <td class="category">删除</td>
    <%end if%>
  </tr>
  <%
  sql="select * from B1 where 1=1"
  if request.Cookies("shiwei_id")<>1 and lookB1sell="yes" and fla89="0" then
   sql=sql&" and id_login="&request.Cookies("shiwei_id")
   end if
  if nowstartdate<>"" then
    sql=sql&" and selldate-#"&nowstartdate&"#>=0"
  end if  
  if nowenddate<>"" then
    sql=sql&" and selldate-#"&nowenddate&"#<=0"
  end if
    if nowprice<>"" then
    sql=sql&" and bianhao in (select bianhao from B1 where price="&nowprice&")"
  end if
  if nowkeyword<>"" then
    sql=sql&" and (bianhao = '"&nowkeyword&"' or id_login in (select id from login where username like '%"&nowkeyword&"%') or bianhao in (select bianhao from B1 where  (id_huiyuan like '%"&nowkeyword&"%' or gys like '%"&nowkeyword&"%')))"
  end if
  if request("order1")<>"" then
    sql=sql&" order by bianhao "&request("order1")
  elseif request("order2")<>"" then
    sql=sql&" order by id_huiyuan "&request("order2")
  elseif request("order3")<>"" then
    sql=sql&" order by price "&request("order3")
  elseif request("order4")<>"" then
    sql=sql&" order by selldate "&request("order4")
  elseif request("order5")<>"" then
    sql=sql&" order by id_ku "&request("order5")
  elseif request("order6")<>"" then
    sql=sql&" order by zzj "&request("order6")
  elseif request("order7")<>"" then
    sql=sql&" order by jaf "&request("order7")
  elseif request("order8")<>"" then
    sql=sql&" order by qtf "&request("order8")
  elseif request("order9")<>"" then
    sql=sql&" order by sbf "&request("order9")
  elseif request("order10")<>"" then
    sql=sql&" order by isok "&request("order10")               
  else
    sql=sql&" order by selldate desc"  
  end if
  set rs_B1 =server.createobject("ADODB.RecordSet")
  rs_B1.open sql,conn,1,3
  if not rs_B1.eof then
  rs_B1.pagesize=maxrecord
  rs_B1.absolutepage=currentpage
  for currentrec=1 to rs_B1.pagesize
    if rs_B1.eof then
      exit for
     end if
  %>
  <tr onMouseOver="this.className='highlight'" onMouseOut="this.className=''" onDblClick="javascript:var win=window.open('print_jsb.asp?bianhao=<%=rs_B1("bianhao")%>','详细信息','width=853,height=470,top=176,left=161,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,scrollbars=yes'); win.focus()">
    <td align="center">
    <img src="images/folder_open.gif" style="cursor:hand" onClick="collapse(this, 'B1<%=currentrec%>')" width="18" height="9" /></td>
    <td align="center" height="25"><%=rs_B1("bianhao")%></td>
    <td align="center"><%=rs_B1("selldate")%></td>
    <td align="center"><%=rs_B1("price")%></td>
    <td align="center"><%
     sql="select * from ku where id="&rs_B1("id_ku")
     set rs_ku=conn.execute(sql)%>
     <%=rs_ku("ku")%>
    </td>
    <td align="center"><%=rs_B1("zzj")%></td>
    <td align="center"><%=rs_B1("jaf")%></td>
    <td align="center"><%=rs_B1("sbf")%></td>
    <td align="center"><%=rs_B1("qtf")%></td>
    <td align="center"><%if rs_B1("isok") then%><%if fla3="1" or request.Cookies("shiwei_id")="1" then%><a href="?bianhao=<%=rs_B1("bianhao")%>&isok=false&page=<%=currentpage%>&startdate=<%=nowstartdate%>&enddate=<%=nowenddate%>&ku=<%=nowku%>&keyword=<%=nowkeyword%>&order1=<%=request("order1")%>&order2=<%=request("order2")%>&order3=<%=request("order3")%>&order4=<%=request("order4")%>&order5=<%=request("order5")%>&order6=<%=request("order6")%>&order7=<%=request("order7")%>&order8=<%=request("order8")%>&order9=<%=request("order9")%>&order10=<%=request("order10")%>&order11=<%=request("order11")%>&order12=<%=request("order12")%>&order13=<%=request("order13")%>&order14=<%=request("order14")%>&order15=<%=request("order15")%>"><%if rs_B1("id_huiyuan")=0 then%></if><img src="images/check.gif" border="0" alt="发送财务成功,状态自动修正!"></a><%else%><%end if%><%if rs_B1("isok")=true then%><img src="images/checkg.gif" border="0" alt="点击设为没完成"></a></if><%end if%><%end if%><%else%><%if fla3="1" or request.Cookies("shiwei_id")="1" then%><a href="?bianhao=<%=rs_B1("bianhao")%>&isok=true&page=<%=currentpage%>&startdate=<%=nowstartdate%>&enddate=<%=nowenddate%>&ku=<%=nowku%>&keyword=<%=nowkeyword%>&order1=<%=request("order1")%>&order2=<%=request("order2")%>&order3=<%=request("order3")%>&order4=<%=request("order4")%>&order5=<%=request("order5")%>&order6=<%=request("order6")%>&order7=<%=request("order7")%>&order8=<%=request("order8")%>&order9=<%=request("order9")%>&order10=<%=request("order10")%>&order11=<%=request("order11")%>&order12=<%=request("order12")%>&order13=<%=request("order13")%>&order14=<%=request("order14")%>&order15=<%=request("order15")%>"><%if rs_B1("isok")=true then%><img src="images/nomoney.gif" border="0" alt="点击设为已完成"></a><%end if%><%if rs_B1("isok")=true then%><img src="images/nomoneyg.gif" border="0" alt="点击设为已完成"></a><%end if%><%end if%><%end if%></td>
    <%if fla1="1" or request.Cookies("shiwei_id")="1" then%>
    <td align="center">
    <img src="images/res.gif" border="0" hspace="2" align="absmiddle" style="cursor:hand;" onClick="javascript:var win=window.open('B1_modi.asp?id=<%=rs_B1("id")%>','修改','width=853,height=470,top=176,left=161,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,scrollbars=yes'); win.focus()"></td>
    <%end if%>
    <%if fla4="1" or request.Cookies("shiwei_id")="1" then%>
    <td align="center"><input type="checkbox" name="ID" value="<%=rs_B1("bianhao")%>" style="border:0"></td>
    <%end if%>
  </tr>
  <%
    sql="select * from B1 where  bianhao='"&rs_B1("bianhao")&"'"
    if nowprice<>"" then
      sql=sql&" and price="&nowprice
    end if
    if nowkeyword<>"" then
      sql=sql&" and (bianhao = '"&nowkeyword&"' or id_login in (select id from login where username like '%"&nowkeyword&"%') or id_huiyuan like '%"&nowkeyword&"%' or gys like '%"&nowkeyword&"%')"
      end if
    set rs_B1=conn.execute(sql)
  %>
  <tr id="B1<%=currentrec%>" style="display:none;">
    <td colspan="12" class="category">
      <table align="center" cellpadding="4" cellspacing="1" class="grid" border="1" width="100%">
        <tr align="center">
          <td height="30" width="10%">(表二)建安费</td>
          <td width="10%">直接费</td>
          <td width="10%">技工费</td>
          <td width="10%">普工费</td>
          <td width="10%">甲材费</td>
          <td width="10%">乙材费</td>
          <td width="10%">辅材费</td>
          <td width="10%">机械费</td>
          <td colspan="2" width="10%">仪表费</td>
          <td width="10%">其他费用</td>
        </tr>      
        <tr align="center">
          <td height="30" width="10%"> </td>
          <td width="10%"> </td>
          <td width="10%"> </td>
          <td width="10%"> </td>
          <td width="10%"> </td>
          <td width="10%"> </td>
          <td width="10%"> </td>
          <td width="10%"> </td>
          <td colspan="2" width="10%"> </td>
          <td width="10%"> </td>
        </tr>      
        <tr align="center">
          <td height="30" width="10%">(表五)甲其他费</td>
          <td width="10%">赔补费</td>
          <td width="10%">其他补偿费</td>
          <td width="10%">勘察设计费</td>
          <td width="10%">建设管理费</td>
          <td width="10%">监理费</td>
          <td width="10%">安全生产费</td>
          <td width="10%">保险费</td>
          <td colspan="2" width="10%">招标费</td>
          <td width="10%">运土费</td>
        </tr>      
        <tr align="center">
          <td height="30" width="10%"></td>
          <td width="10%"> </td>
          <td width="10%"> </td>
          <td width="10%"> </td>
          <td width="10%"> </td>
          <td width="10%"> </td>
          <td width="10%"> </td>
          <td width="10%"> </td>
          <td colspan="2" width="10%"> </td>
          <td width="10%"> </td>
        </tr>      
        <tr align="center">
         
        </tr>      
        <tr align="center">
          <td height="30" nowrap>定额编号</td>
          <td colspan="2" nowrap>定额名称</td>
          <td nowrap>单位</td>
          <td nowrap>数量</td>
          <td nowrap>定额技工</td>
          <td nowrap>定额普工</td>
          <td colspan="2" nowrap>技工工日</td>
          <td colspan="2" nowrap>普工工日</td>
        </tr>      
        <%
        do while rs_B2.eof=false
        sql="select * from produit where id="&rs_B12("id_produit")
        set rs_produit=conn.execute(sql)        
        %>
        <tr>
          <%if showpic="yes" then%><%end if%>
          <td align="center" nowrap><%if rs_produit.eof then%><%=rs_B12("huohao")%><%else%><%=rs_produit("huohao")%><%end if%></td>
          <td align="center" colspan="2" nowrap><%if rs_produit.eof then%><%=rs_B12("title")%><%else%><%=rs_produit("title")%><%end if%></td>
          <td align="center" nowrap><%=rs_B12("ku")%></td>
          <td align="center" nowrap><%=formatnumber(rs_B12("shulian"),2)%></td>
          <%if request.Cookies("shiwei_id")="1" or fla87="1" then%>
          <td align="center" nowrap><%=formatnumber(rs_B12("price2"),2)%></td>
          <td align="center" nowrap> </td>
          <td align="center" colspan="2" nowrap><%=formatnumber(rs_B12("shulian")*rs_B12("price2"),2)%></td>   
          <%end if%>  
          <td align="center" colspan="2" nowrap> </td>   
        </tr>
        <%
        rs_B12.movenext
        loop
        %>
      </table>
      <%=replace(rs_B1("beizhu")&"",chr(13),"<br>")%>
    </td>
  </tr>
  <%   
    rs_B1.movenext
  
  next
  else
 
  %>
  <tr align="center" onMouseOver="this.className='highlight'" onMouseOut="this.className=''">
    <td colspan="12" height="25" align="center" style="color:red"><b>没有找到记录</b></td>
  </tr>
  <%
  end if
  %>
  
  
  
  <%
  if rs_B1.recordcount>0 then
  %>
  <tr>
    <td colspan="12" height="30" class="category">
    <table cellpadding=0 cellspacing=0 width="100%">
    <tr>
    <td width="20%" align="left" style="color:#FF0000;">&nbsp;双击查看打印单</td>  
    <td width="80%" align="right">
    &nbsp;&nbsp;
      <%=rs_B1.recordcount%>&nbsp;条信息&nbsp; 共&nbsp;<%=rs_B1.pagecount%>&nbsp;页&nbsp;
  <%
  nowstart=currentpage-3
  if nowstart<1 then
    nowstart=1
  end if
  nowend=currentpage+3
  if nowend>rs_B1.pagecount then
    nowend=rs_B1.pagecount
  end if
  response.write "&nbsp;<a href='?startdate="&nowstartdate&"&enddate="&nowenddate&"&ku="&nowku&"&price="&nowprice&"&id_huiyuan="&nowid_huiyuan&"&keyword="&nowkeyword&"&page=1&order1="&request("order1")&"&order2="&request("order2")&"&order3="&request("order3")&"&order4="&request("order4")&"&order5="&request("order5")&"&order6="&request("order6")&"&order7="&request("order7")&"&order8="&request("order8")&"&order9="&request("order9")&"&order10="&request("order10")&"&order11="&request("order11")&"&order12="&request("order12")&"&order13="&request("order13")&"&order14="&request("order14")&"&order15="&request("order15")&"' class='page'>最前页</a>&nbsp;"
  for ipage=nowstart to nowend
    if cstr(ipage)=cstr(currentpage) then
      response.write "&nbsp;<span style='font-weight:bold;color:#5858E6'>" & ipage &"</span>&nbsp;"
    else
      response.write "&nbsp;[&nbsp;<a href='?startdate="&nowstartdate&"&selldate="&nowselldate&"&ku="&nowku&"&price="&nowprice&"&id_huiyuan="&nowid_huiyuan&"&keyword="&nowkeyword&"&page="&ipage&"&order1="&request("order1")&"&order2="&request("order2")&"&order3="&request("order3")&"&order4="&request("order4")&"&order5="&request("order5")&"&order6="&request("order6")&"&order7="&request("order7")&"&order8="&request("order8")&"&order9="&request("order9")&"&order10="&request("order10")&"&order11="&request("order11")&"&order12="&request("order12")&"&order13="&request("order13")&"&order14="&request("order14")&"&order15="&request("order15")&"' class='page'>" & ipage &"</a>&nbsp;]&nbsp;"
    end if
  next
  response.write "&nbsp;<a href='?startdate="&nowstartdate&"&selldate="&nowselldate&"&ku="&nowku&"&price="&nowprice&"&id_huiyuan="&nowid_huiyuan&"keyword="&nowkeyword&"&page="&rs_B1.pagecount&"&order1="&request("order1")&"&order2="&request("order2")&"&order3="&request("order3")&"&order4="&request("order4")&"&order5="&request("order5")&"&order6="&request("order6")&"&order7="&request("order7")&"&order8="&request("order8")&"&order9="&request("order9")&"&order10="&request("order10")&"&order11="&request("order11")&"&order12="&request("order12")&"&order13="&request("order13")&"&order14="&request("order14")&"&order15="&request("order15")&"' class='page'>最后页</a>&nbsp;"
%>
    <select name="page" onChange="form1.action='?';form1.submit();">
<%
    for x=1 to rs_B1.pagecount
%>
      <option value="<%=x%>"<%if currentpage=trim(cstr(x)) then%> selected="selected"<%end if%>><%=x%></option>
<%   
    next
%>
    </select>
    <%if fla4="1" or request.Cookies("shiwei_id")="1" then%>
    <input name="chkall" type="checkbox" id="chkall" value="select" onClick="CheckAll(this.form)" style="border:0"> 全选
    <input type="submit" value="删 除" onClick="return confirm('此操作无法恢复!!!请慎重!!!\n\n确定要删除所选择的记录吗?')" class="button">
    <%end if%>
  </td>
  </tr></table></td></tr>
<%end if%>
</form>   
</table>
<!--endprint-->
</td>
<td></td>
</tr>
<tr>
<td>
<img src="images/r_4.gif" alt="" /></td>
<td></td>
<td>
<img src="images/r_3.gif" alt="" /></td>
</tr>
</table>

</body>
</html>
搜索更多相关主题的帖子: javascript content include style title 
2014-04-01 09:44
hu9jj
Rank: 20Rank: 20Rank: 20Rank: 20Rank: 20
来 自:红土地
等 级:贵宾
威 望:400
帖 子:11759
专家分:43407
注 册:2006-5-13
收藏
得分:10 
是你自己写的吗?

活到老,学到老!http://www.(该域名已经被ISP盗卖了)E-mail:hu-jj@
2014-04-03 21:14
leiaoc
Rank: 2
等 级:论坛游民
帖 子:3
专家分:13
注 册:2014-4-5
收藏
得分:10 
沙发
2014-04-05 22:05
快速回复:代码运行无页面显示,寻求帮组
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.023368 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved