<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% ProductClass_2=request("ProductClass_2") set rs=server.createobject("adodb.recordset") sqltext="select * from Product" if request("Product_Name")<>"" then sqltext=sqltext &" where Product_Name like %"& request("Product_Name") &"% " else sqltext=sqltext &" where Product_Name like %"& "" &"% " end if if request("Product_Class")<>"" then sqltext=sqltext &" and Class_1 like %"& request("Product_Class") &"% " end if
标签: ProductClass lt LANGUAGE VBSCRIPT
上传时间: 2013-11-25
上传用户:wl9454
<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp"--> <% set rs=server.createobject("adodb.recordset") sqltext="select * from RegUser where UserId= " & request.form("uid") & " " rs.open sqltext,co
标签: lt LANGUAGE VBSCRIPT include
上传时间: 2013-12-08
上传用户:yuanyuan123
<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% Id=Session("LoginSuccess") ProductList = Session("ProductList") Products = Split(Request("cpbm"), ", ") For I=0 To UBound(Products) PutToShopBag Products(I), ProductList Next Session("ProductList") = ProductList ProductList = Session("ProductList") If Len(ProductList) =0 Then Response.Redirect "Nothing.asp" response.end end if
标签: lt LANGUAGE VBSCRIPT Session
上传时间: 2013-12-09
上传用户:huql11633
<%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% Id=Session("LoginSuccess") ProductList = Session("ProductList") Products = Split(Request("cpbm"), ", ") For I=0 To UBound(Products) PutToShopBag Products(I), ProductList Next Session("ProductList") = ProductList ProductList = Session("ProductList") If Len(ProductList) =0 Then Response.Redirect "Nothing.asp" response.end end if
标签: lt LANGUAGE VBSCRIPT Session
上传时间: 2014-08-18
上传用户:小草123
The C++ Programming Language Special Edition4.rar The C++ Programming Language Special Edition4.rar The C++ Programming Language Special Edition4.rar
标签: Programming Language Edition Special
上传时间: 2013-12-27
上传用户:llandlu
Agile Java for new programmers who want to learn Java as their first language. The book can also be effective for programmers familiar with TDD, but new to Java, or vice versa.
标签: Java programmers language Agile
上传时间: 2013-12-04
上传用户:mikesering
Student result management system Use the C language realization system 2, the data structure making use of the structure body several realization student s result design 3, the system have increment, search, insert, row preface etc. basic function 4, the each function mold piece request of system use the form of function realization 5, completion design mission combine write a course a design report. 6, student the existence document of the result information in
标签: system realization management structure
上传时间: 2013-11-29
上传用户:1966640071
IBM VisualAge C++ Professional for AIX C/C++ Language Reference Version 6.0
标签: Professional VisualAge Reference Language
上传时间: 2014-12-07
上传用户:集美慧
The VHDL Golden Reference Guide is a compact quick reference guide to the VHDL language, its syntax, semantics, synthesis and application to hardware design.
标签: VHDL Reference reference language
上传时间: 2014-12-21
上传用户:chenbhdt
The Unified Modeling Language User Guide 2nd EDITION
标签: Modeling Language EDITION Unified
上传时间: 2014-01-19
上传用户:cccole0605