%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
|
<%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
%>
|
|||||||||||||