⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 default.asp

📁 asp+access开发的网上购物程序
💻 ASP
字号:
<%@ codepage ="936" %><%if instr(session("flag"),"41")=0 thenresponse.redirect "../login.asp"response.endend if%><!--#include file="../../conn/dbconn2.asp" --><!--#include file="../config.asp"--><link rel="stylesheet" type="text/css" href="../style.css"><body bgcolor="#FFFFFF" marginheight=0 marginwidth=0 leftmargin=0><script language="javascript">function job(mylink){window.open(mylink,'','top=50,left=120,width=457,height=450,scrollbars=yes')}</script><%DIM totalPut DIM CurrentPageDIM TotalPagesDIM i,jIF not isempty(request("page")) thencurrentPage=cint(request("page"))ELSEcurrentPage=1END IFDIM rsDIM sqlif not isempty(request("selAnnounce")) thenidlist=request("selAnnounce")if instr(idlist,",")>0 thendim idarridArr=split(idlist)dim idfor i = 0 to ubound(idarr)id=clng(idarr(i))call deleteannounce(id)nextelsecall deleteannounce(clng(idlist))end ifend if typeid=request("typeid")set rs=server.createobject("adodb.recordset") if typeid="" thensql="select * from job where showname like '%"&request("txtitle")&"%' order by info_ID desc"elsesql="select * from job where showname like '%"&request("txtitle")&"%' and type like '%"&cstr(typeid)&"%' order by info_ID desc"end ifrs.open sql,conn,1,1 if rs.eof and rs.bof then response.write "<p align='center'>对不起,没有您要查询的信息</p>" else totalPut=rs.recordcount if currentpage<1 then currentpage=1 end if if (currentpage-1)*MaxPerPage>totalput then if (totalPut mod MaxPerPage)=0 then currentpage= totalPut \ MaxPerPage else currentpage= totalPut \ MaxPerPage + 1 end if end if if currentPage=1 then showContentshowpage totalput,MaxPerPage,"default.asp"else if (currentPage-1)*MaxPerPage<totalPut then rs.move (currentPage-1)*MaxPerPage dim bookmark bookmark=rs.bookmark showContentshowpage totalput,MaxPerPage,"default.asp"else currentPage=1 showContentshowpage totalput,MaxPerPage,"default.asp"end if end if rs.close end ifset rs=nothingsub showContent%><center><TABLE border=0 cellPadding=3 cellSpacing=0 width="600" style="border-collapse: collapse" bordercolor="#111111"><TBODY><TR bgcolor="#ffffcc"> <TD align=left bgcolor="#FFFFFF"> <Form name="search" method="POST" action="default.asp"><p align="center"><img src="../images/search.gif">&nbsp;搜索关键字:<input type="text" name="txtitle" size="25" style="font-size: 9pt">&nbsp;&nbsp;<select style="font-size: 9pt" name="typeid"><option value="" selected>--选择类别--</option><option value="买">买</option><option value="卖">卖</option><option value="合作">合作</option><option value="代理">代理</option>  end select</select>&nbsp;<INPUT align=absMiddle border=0 src="../images/search1.gif" type=image name="I2"></TD></FORM></TR></TBODY></TABLE><Form name="searchuser" method="POST" action="default.asp"><CENTER><TABLE border="1" cellspacing="0" width="600" cellpadding="4" style="border-collapse: collapse" bordercolor="#111111" bordercolorlight="#A6D2FF" bordercolordark="#A6D2FF"><TR height=25 bgcolor="#cccccc"> <TD width="45" align="left" bgcolor="#CEE8FF"><font color="ff6600"><b>编号</b></font></td><TD width="342" align="center" bgcolor="#CEE8FF"><font color="ff6600"><b>招聘信息标题</b></font></td><TD width="95" align="center" bgcolor="#CEE8FF"><font color="#FF6600"><b>热点推荐</b></font></td><TD width="89" align="center" bgcolor="#CEE8FF"><font color="ff6600"><b>发布日期</b></font></td><TD width="53" align="center" bgcolor="#CEE8FF"><font color="#Ff6600"><b>修改</b></TD><TD width="51" align="center" bgcolor="#CEE8FF"><input type='submit' value='删除'></td></TR><%do while not rs.eof%><TR height="20" bgcolor="#ffffff"> <TD width="45" align="left"><font face="Arial"><b><%=rs("info_id")%></b></font> </td><TD width="342"><font color="#FF6600">【<%=rs("type")%>】</font><a href="javascript:job(&quot;business_info.asp?info_id=<%=rs("info_id")%>&quot;)"><%=rs("showname")%></a></td><TD width="95" align="center"><% if rs("Tjbz")=1 then %><a href="Tjbz1.asp?info_id=<%=rs("info_id")%>&page=<%=CurrentPage%>"><font color="#FF0000">招聘推荐</font></a><%else%><a href="Tjbz.asp?info_id=<%=rs("info_id")%>&page=<%=CurrentPage%>"><font color="#008000">暂无推荐</font></a><%end if%></td><TD width="89" align="center"><%=rs("dateandtime")%> </td><TD width="53" align="center"><a href="edit.asp?Info_id=<%=rs("info_id")%>"><img alt="修改信息" border="0" src="../images/edit.gif"></a></TD><TD width="51" align="center"><input type='checkbox' name='selAnnounce' value='<%=cstr(rs("info_ID"))%>'></td></TR><%i=i+1IF i>=MaxPerPage then exit dors.movenextloop%></TABLE></center><%end subfunction showpage(totalnumber,maxperpage,filename)dim nif totalnumber mod maxperpage=0 then n= totalnumber \ maxperpage else n= totalnumber \ maxperpage+1 end if if CurrentPage<2 then response.write "<table border=0 width=600 cellspacing=0 cellpadding=0>" response.write "<tr height=30>"response.write "<td align=left>"response.write "共<font color=ff6600><b>"&n&"</b></font>页&nbsp;第<font color=ff6600><b>"&CurrentPage&"</b></font>页&nbsp;共检索到<font color=ff6600><b>"&totalnumber&"</b></font>条信息</TD>"response.write "<td align=right>"response.write "【最前页】【上一页】" else response.write "<table border=0 width=600 cellspacing=0 cellpadding=0>"response.write "<tr height=30>"response.write "<td align=left>"response.write "共<font color=ff6600><b>"&n&"</b></font>页&nbsp;第<font color=ff6600><b>"&CurrentPage&"</b></font>页&nbsp;共检索到<font color=ff6600><b>"&totalnumber&"</b></font>条信息" response.write "<td align=right>"response.write "【<a href="&filename&"?page=1&typeid="&tyeid&"&txtitle="&request("txtitle")&">最前页</a>】" response.write "【<a href="&filename&"?page="&CurrentPage-1&"&typeid="&typeid&"&txtitle="&request("txtitle")&">上一页</a>】" end if if n-currentpage<1 then response.write "【下一页】【最后页】" else response.write "【<a href="&filename&"?page="&(CurrentPage+1)&"&typeid="&typeid&"&txtitle="&request("txtitle")&">" response.write "下一页</a>】【<a href="&filename&"?page="&n&"&typeid="&typeid&"&txtitle="&request("txtitle")&">最后页</a>】" end if response.write "</td>"response.write "</tr>"response.write "</table>"response.write "</form>"end functionsub deleteannounce(id)dim rs,sqlset rs=server.createobject("adodb.recordset")sql="delete from [job] where info_id="&cstr(id)conn.execute sqlif err.Number<>0 thenerr.clearresponse.write "删 除 失 败 !<br>"end ifEnd sub%></body> </html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -