|
Designer vs Empresa: O caminho das pedras.



<%
SQL = "Select imgmenu from minicurso where imgmenu <> '' and publicar = 'S' order by data desc"
rs.open SQL,conexao
if not rs.eof then
%>
" width="110" align="left" border="0" alt="eventos ADP">
<%
end if
rs.close
%>
|
<%
count = 0
SQL = "Select top 4 * from noticias where publicar = 'S' order by data desc"
rs.open sql, conexao
while not rs.eof and count < 4
if cor = "#FFFFFF" then
cor = "#000000"
else
cor = "#FFFFFF"
end if
count = count + 1
%>
<%= ucase(rs("titulo"))%>
<%
rs.movenext
wend
rs.close
%>
|
|
|