<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> About us--CNBSOLUTIONS LIMITED
<%set rs=server.CreateObject("adodb.recordset") if request("id")="" then sql="select top 1 * from aboutus where myclass=1 order by id" else sql="select * from aboutus where myclass=1 and id="&request("id")&"" end if rs.open sql,conn,1,1 if rs.recordcount=0 then response.Write("") else %>
 About Us
 
<%=rs("title")%>
<%end if rs.close set rs=nothing %>
<% conn.close set conn=nothing %>