% fistclass=request("fistclass") if fistclass="" or isnull("fistclass") then Response.Write("") Response.End end if set rsb=server.createobject("adodb.recordset") sqlb="select * from flgx where fistclass like '%"& fistclass &"%' " rsb.open sqlb,conn,1,1 %>
|
|
|