2022年网页制作教程chch部分程序源代码 .pdf
《2022年网页制作教程chch部分程序源代码 .pdf》由会员分享,可在线阅读,更多相关《2022年网页制作教程chch部分程序源代码 .pdf(20页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、第十章部分源代码用户身份验证adlogin.asp文件源代码: %Response.Expires=0 if request( adminname) then username=request(adminname)password=request(password)sql=select * from admin where username=&username& and password=&password& set rs=server.createobject(adodb.recordset)set rs=conn.execute(sql )if not rs.EOF then sessio
2、n(adpass)=passed response.redirect admin.asp else response.write & chr(13 ) & alert(密码不正确 , 请重新输入! ); & history.back() & end if else% 管 理 登 陆 管理员名称: * 字 母 或 数 字 管理员密码: * 字母或数字 版权所有:信息中心 连接对象conn.asp文件源代码: 管理员身份验证程序admin.asp 源代码: %Response.Expires=0 if session(adpass)passed then response.redirect adl
3、ogin.asp end if Set rs= Server.CreateObject (ADODB.RecordSet)sql = select * from news order by 时间 desc rs.open sql, conn,1,3 if rs.bof then response.write response.write 没有消息 ! response.end end if rs.MoveFirst 到第一条记录MaxPerPage=15 定义每页记录数rs.pagesize=MaxPerPage If trim(Request(Page) ) then CurrentPage
4、= CLng(request(Page) )If CurrentPage rs.PageCount then CurrentPage = rs.PageCount End If Else CurrentPage= 1 End If totalPut=rs.recordcount totalput=总记录数if CurrentPage1 then if(currentPage-1)*MaxPerPage 新闻管理 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 2 页,共 20 页 -
5、 - - - - - - - - function winopen(url) window.ope ( url,search,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=550,height=450,top=0,left=0); function MM_openBrWindow(theURL,winName,features) /v2.0 window.open(theURL,winName,features); function MM_goToURL() /v3.0
6、var i, args=MM_goToURL.arguments; document.MM_returnValue = false; for (i=0; i(args.length-1); i+=2)eval(argsi+.location=+argsi+1+); 页数:/ 新闻数 : 添加综合新闻 序号 主 题 浏览 发表时间 管理 %do while not rs.eof and i maxperpage Response.Write response.write &i+1& response.write &rs( 标题
7、) & response.write &rs( 点击 ) & response.write & (rs ( 时间 ) )& response.write 删除 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 3 页,共 20 页 - - - - - - - - - Response.Write i=i+1 rs.movenext loop % 跳转页数 option value=admin.asp?Page= % if (totalPut mod MaxPerPage)=0 then
8、 n表示总页数n= totalPut MaxPerPage else n= totalPut MaxPerPage + 1 end if k=currentPage if k1 then response.write +首页 response.write +上 一 页 else Response.Write 首页 上一页 end if if kn then response.write +下 一 页 response.write +尾页 else Response.Write 下一页 尾页 end if rs.close set rs=nothing conn.close set conn=n
9、othing % 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 4 页,共 20 页 - - - - - - - - - 添加新闻add.asp 文件源代码: % if session(adpass)passed then response.redirect adlogin.asp end if if request( subject) = empty then % 新闻添加 新 闻 添 加 主题 : 图 片 : 新闻 : 版 权 所 有 : 信 息 中 心 % response.
10、end end if subject = cstr(Trim (Request(subject) ) )image = cstr(Trim (Request(image) ) )message = Request(message)if subject = empty or message =empty then response.write & alert( 主题和内容不能为空! ); & history.back() & response.end 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - -
11、 - - 第 5 页,共 20 页 - - - - - - - - - end if sql=insert into news ( 标 题 , 图 片 , 内 容 , 时 间 )values ( &subject& , &image& , &message&,now) set rs=conn.execute(sql )Response.Write Response.Write 添加成功! Response.Write Conn.Close Set Conn=Nothing% 删除新闻del.asp文件源代码: % Response.Expires=0 if session(adpass)pas
12、sed then response.redirect adlogin.asp end if id=request( id)sql=delete * from news where trim(Cstr(ID ) )=&id& set rs=conn.execute(sql )Conn.Close Set Conn=Nothing Response.Write Response.Write 删除成功! Response.Write % 显示新闻内容read.asp文件源代码: % if not isnull(rs ( 图片 ) ) and rs ( 图片 ) http:/ then respons
13、e.write end if % 本条 消 息被 浏 览 了 回 关闭本窗口 版权所有:信息中心 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 7 页,共 20 页 - - - - - - - - - 第十三章部分源代码index.asp文件的源代码: 领导信箱 td font-size: 9pt; line-height: 12pt a:link color: #008
14、0FF; text-decoration: none a:visited color: #0080FF; text-decoration: none a:hover color: #ee9c00; text-decoration: underline 姓名: 主题: 内 容 : 您的位置: >> %if request(page) then%>> 第 页 修改资料退出登陆信 箱 管 理 % 实现分页显示totalPut=rsu.recordcount if currentpagetotalput then 名师资料总结 -
15、 - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 9 页,共 20 页 - - - - - - - - - if (totalPut mod MaxPerPage)=0 then currentpage= totalPut MaxPerPage else currentpage= totalPut MaxPerPage + 1 end if end if if currentPage=1 then else if (currentPage-1)*MaxPerPage 还没有留言! 姓名:
16、 主题: a href=re.asp?id= target=_self回复a href=del.asp?id= target=_self删除 内容: %if rsu(re) then%领导回复: 留言时间: =MaxPerPage then exit do rsu.movenext 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 10 页,共 20 页 - -
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 2022年网页制作教程chch部分程序源代码 2022 网页 制作 教程 chch 部分 程序 源代码
限制150内