依蓝旅游网站管理系统Elan2008.SP2

源代码在线查看: showproduct.asp

软件大小: 4678 K
上传用户: libin2722
关键词: Elan 2008 SP 旅游
下载地址: 免注册下载 普通下载 VIP

相关代码

								Option Explicit
				Response.Buffer = True
				Response.Expires = -1
				Response.ExpiresAbsolute = Now() - 1
				%>
				
				
				
				
				
								On Error Resume Next
				Dim EL_Shop
				Set EL_Shop = New ClassShop
				EL_Shop.ShowProduct()
				Set EL_Shop = Nothing
				Call EL_Common.ShowScriptError()
				Call ApplicationTerminate()
				%>			

相关资源