if rs.eof and rs.bof then%><%response.Write"对不起,没有找到您要搜索的信息!"
response.end()
else
if sousuo=""then%><%response.Write"对不起,没有找到您要搜索的信息!"
response. end()
else
改成
<%
if rs.eof and rs.bof or sousuo="" then%>
<%response.Write"对不起,没有找到您要搜索的信息!"
response.end()
end if
%>