asp.net汽车销售网站

时间:2013-07-13 06:19:55
【文件属性】:

文件名称:asp.net汽车销售网站

文件大小:4.21MB

文件格式:RAR

更新时间:2013-07-13 06:19:55

汽车销售

<%=webname%>--新闻快讯 <% Dim Intcatid,strOrder,strcat,strcategory Intcatid = 0 Intcatid=SafeRequest("catid",1) strcat = "综合新闻" set rs=server.CreateObject("adodb.recordset") If Intcatid <> 0 Then rs.open "select category from category where categoryid="&Intcatid&" ",conn,1,1 strcategory = trim(rs("category")) rs.close strcat = strcat &"->"& strcategory &" " Else End If %>

background="<% = webimg16 %>">
 >您的位置:  ><%=webname%>->><% = strcat %>
<% Const MaxPerPage=20 dim totalPut dim CurrentPage dim TotalPages dim j dim sql if Not isempty(SafeRequest("page",1)) then currentPage=Cint(SafeRequest("page",1)) else currentPage=1 end if If Intcatid = 0 Then rs.open "select newsid,newsname,newscontent,addname,adddate from news Order By adddate desc",conn,1,1 Else rs.open "select newsid,newsname,newscontent,addname,adddate from news Where categoryid = "& Intcatid &" Order By adddate desc ",conn,1,1 End If if rs.eof And rs.bof then Response.Write "

您还没有添加新闻!

" 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 showContent showpage totalput,MaxPerPage,"chknews.asp" else if (currentPage-1)*MaxPerPage background="<% = webimg16 %>"> <%do while not rs.eof%> <%i=i+1 if i>=MaxPerPage then Exit Do rs.movenext loop rs.close set rs=nothing%>
>新闻主题 >发布人 >发布时间
','','width=500,height=300,toolbar=no, status=no, menubar=no, resizable=yes, scrollbars=yes');return false;"> ><%=trim(rs("newsname"))%> ><%=trim(rs("addname"))%> ><%=rs("adddate")%>
<% End Sub Function showpage(totalnumber,maxperpage,filename) Dim n If totalnumber Mod maxperpage=0 Then n= totalnumber \ maxperpage Else n= totalnumber \ maxperpage+1 End If %>
>

<% If CurrentPage<2 Then %> >首 页 上一页 <% Else %> ?page=1>>首 页 ?page=<% = CurrentPage-1 %>>>上一页 <% End If If n-currentpage<1 Then %> >下一页 末 页 <% Else %> ?page=<% = (CurrentPage+1) %>>>下一页 ?page=<% = n %>>>末 页 <% End If %> >第 <% = CurrentPage %> >页 共 <% = n %> 页 共 <% = totalnumber %> 条新闻 每页 <% = maxperpage %> 条新闻 转到第:> 页 <% End Function %>


网友评论

  • 我喜欢帮助很大,谢谢。
  • 是asp的,版本太老,基本上没用了。
  • 找了很久终于找到了一个合适的了
  • 对学习asp的新手帮助很大
  • 很不错的管理系统
  • asp的啊、我要的是aspx的
  • 正好符合要求,喜欢 页面丰富 功能实现的很巧妙