<% if len(request("query")) < 2 then %> 您检索的关键字字数太少!至少两个关键字。 <% response.End() end if 'response.Write(request("tt")) 'response.End() if request("tt")="2" then response.Redirect "product2.asp?skey="&request("query") else response.Redirect "product.asp?skey="&request("query") end if %>