|
|
 |
<%
sql = "select * from ciec_comunicados where clase=0 order by id desc"
registros.open sql,conexion,1
if not registros.bof and not registros.eof then
do while not registros.eof
%>
| · |
" style="text-decoration:none">
<%=registros("titulo")%>
|
<%
registros.movenext
loop
end if
registros.close
%>
<%if representante="1" then%>
<%
sql = "select * from ciec_comunicados where clase=2 order by id desc"
registros.open sql,conexion,1
if not registros.bof and not registros.eof then
do while not registros.eof
%>
| · |
" style="text-decoration:none">
<%=registros("titulo")%>
|
<%
registros.movenext
loop
end if
registros.close
end if
%>
| |
|