Ir para conteúdo
Fórum Script Brasil
  • 0

Como Alterar Deixar Cor Listado De Uma Tabela


Guest - Juliana -

Pergunta

11 respostass a esta questão

Posts Recomendados

  • 0

Olha o codigo...talvez seja melhor para entender..

<%

If cor = "#FDD30E" Then

cor = "#ffffcc"

Else cor = "#FDD30E"

End If

%>

<tr bgcolor="<%=cor%>">

<%do while rs.eof=false %>

<td nowrap width="14%" border="0" ><font face="Arial Unicode MS" size="2" color="#2165A5"><%= rs("Empresa")%></font></td>

<td nowrap width="14%" border="0"><font face="Arial Unicode MS" size="2" color="#2165A5"><%= rs("Endereco")%></font> </td>

<td nowrap width="14%" border="0"><font face="Arial Unicode MS" size="2" color="#2165A5"><%= rs("Bairro")%></font> </td>

<td nowrap width="14%" border="0"><font face="Arial Unicode MS" size="2" color="#2165A5"><%= rs("Cidade")%> </font> </td>

<td nowrap width="14%" border="0"><font face="Arial Unicode MS" size="2" color="#2165A5"><%=rs("Telefone")%></font> </td>

<% if rs("site")<>"-" then%>

<td nowrap width="14%" border="0"><a href ="Http://<%=rs("site")%>">

<font face="Arial Unicode MS" size="2" color="#2165A5"><%=rs("Site")%></font> </td></a>

<%else%>

<td nowrap align=center width="14%"><a href="NaoSite.asp"><font face="Arial Unicode MS" size="2" color="#2165A5" border="0"><%=rs("Site")%></font></a></td></a>

<%end if%>

<td nowrap align=center width="14%"><font face="Arial Unicode MS" size="2" color="#2165A5"><%=rs("Email")%></font> </td>

</tr>

<%rs.MoveNext

loop%>

Link para o comentário
Compartilhar em outros sites

  • 0

ponha o

<%
If cor = "#FDD30E" Then 
cor = "#ffffcc" 
Else cor = "#FDD30E"
End If
%>

<tr bgcolor="<%=cor%>">
dentro do while. assim:
<%do while rs.eof=false %> 

<%
If cor = "#FDD30E" Then 
cor = "#ffffcc" 
Else cor = "#FDD30E"
End If
%>

<tr bgcolor="<%=cor%>">
<td nowrap width="14%" border="0" ><font face="Arial Unicode MS" size="2" color="#2165A5"><%= rs("Empresa")%></font></td>
<td nowrap width="14%" border="0"><font face="Arial Unicode MS" size="2" color="#2165A5"><%= rs("Endereco")%></font> </td>
<td nowrap width="14%" border="0"><font face="Arial Unicode MS" size="2" color="#2165A5"><%= rs("Bairro")%></font> </td>
<td nowrap width="14%" border="0"><font face="Arial Unicode MS" size="2" color="#2165A5"><%= rs("Cidade")%> </font> </td>
<td nowrap width="14%" border="0"><font face="Arial Unicode MS" size="2" color="#2165A5"><%=rs("Telefone")%></font> </td>
<% if rs("site")<>"-" then%>
<td nowrap width="14%" border="0"><a href ="Http://<%=rs("site")%>">
<font face="Arial Unicode MS" size="2" color="#2165A5"><%=rs("Site")%></font> </td></a>

<%else%>
<td nowrap align=center width="14%"><a href="NaoSite.asp"><font face="Arial Unicode MS" size="2" color="#2165A5" border="0"><%=rs("Site")%></font></a></td></a>
<%end if%>
<td nowrap align=center width="14%"><font face="Arial Unicode MS" size="2" color="#2165A5"><%=rs("Email")%></font> </td>



</tr>
<%rs.MoveNext
loop%>

Link para o comentário
Compartilhar em outros sites

Participe da discussão

Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emoticons são permitidos.

×   Seu link foi incorporado automaticamente.   Exibir como um link em vez disso

×   Seu conteúdo anterior foi restaurado.   Limpar Editor

×   Você não pode colar imagens diretamente. Carregar ou inserir imagens do URL.



  • Estatísticas dos Fóruns

    • Tópicos
      152,3k
    • Posts
      652,4k
×
×
  • Criar Novo...