About us
<%Call DBConnBegin() sql_about="select * from about where about_type=33" oRs.open sql_about,oConn,1,1 if not oRs.eof then response.Write(oRs("about_content")) end if Call DBConnEnd()%>
Products
    <%Call DBConnBegin() dim h h=1 sql_index="select top 6 * from pro where pro_tj='1' order by pro_order" oRs.open sql_index,oConn,1,1 do while not oRs.eof %>
  • ">" width="135" height="90" border="0" class="float_l padding_img"/>

    Model: <%=oRs("pro_gg")%>
    Name: <%=oRs("pro_name")%>

    ">
  • <%if h mod 2 = 1then%> <%end if%> <% h=h+1 oRs.movenext loop Call DBConnEnd()%>