图书管理系统是用VC++做的有兴趣的可以来共同研究研究

源代码在线查看: del.asp

软件大小: 831 K
上传用户: zxc28287176
关键词: VC 图书管理
下载地址: 免注册下载 普通下载 VIP

相关代码

								'========================================================================================
				' 文 件 名: del.asp
				' 版    本: 自由岭锋行业专用留言系统1.78 ( LF Message SyStem 1.78 )
				' 说    明: 留言删除文件 | 请勿自行修改该处文件,以确保程序正确的执行
				' 文件日期: 2005-12-24
				' 设 计 者: 疾风之狼
				'========================================================================================
				' Copyright (C) 2001--2005 自由岭锋. All rights reserved.
				' 网    站: http://lingfengnet.com,
				' 电子邮件: wfr@zknu.edu.cn
				' 联系QQ: 85112407
				'========================================================================================
				-->
				
				
				
				
				
				
				
				
								   gbookid=request("gbookid")
				   if not IsNumeric(gbookid) then response.redirect "default.asp"
				   if len(gbookid)>lingfengnet_ms_mbl then response.redirect "default.asp" 
				   gbookurl=Cstr(Request.ServerVariables("HTTP_REFERER"))
				   Response.Write "ask=confirm('"&lingfengnet_ms_language_Warning_del_1&"'); if (ask==true){window.location='delok.asp?gbookid="&gbookid&"&gbookurl="&gbookurl&"';}else{window.location='"&gbookurl&"'; } "
				%>			

相关资源