<% sql="select * from notice order by num desc" set rs = server.CreateObject("adodb.recordset") rs.Open sql,db_conn,1 %> index.htm.

<%if not session("admin_id")="" then%><%else%><%if not session("id")="" then%><%else%><%end if%><%end if%>

 

 

<% dim ncount ncount = 4 do while not rs.eof and ncount > 0 %> <% ncount = ncount - 1 rs.MoveNext loop %>
   

 

');"><%if len(rs("subject")) > 28 then%><%=left(rs("subject"),28)%>...<%else%><%=rs("subject")%><%end if%>

more..  

<% rs.close set rs=nothing %>