%@ Language=VBScript %> <% Option Explicit %> <% dim rs dim strsql dim type_id dim i type_id=request("type_id") if type_id="" then type_id=67 end if strsql="select * from fushi where type_id="&type_id Set rs = Server.CreateObject("ADODB.Recordset") rs.Open strSQL,Conn,1,1 %>
|
|