% id=request("id") If id="" then response.write"" End if set rs= Server.CreateObject("ADODB.Recordset") sql="select * from qyml where id="&request("id")&"" rs.open sql,conn,1,1 If rs.eof and rs.bof then response.write"" End if %>