关于我们
ABOUT
<% set rs=db(product("pro_name='关于我们' order by id")):do while not rs.eof %>
class="cur"<%end if%>>
">
<%=rs("title")%>
<%rs.movenext:loop%>
<% if request("ch")="" then set rs=db(product("pro_name='关于我们' and title='关于我们'")) else set rs=db(product("pro_name='关于我们' and title='"&request("ch")&"'")) end if %> <%if not rs.eof then response.Write(rs("content"))%>