<% strsql="select content from about where pageid =1" set rs = Server.CreateObject("ADODB.Recordset") rs.Open strsql, conn, 1, 1 content = rs("content") rs.close set rs = nothing %>
Now:Home - About Us

About Us

<%=content%>