Flashing Table Row

R

rikesh

Hi

I have a table, displaying data from a DB, and under a certain condition,
the row is highlighted, see below for sample code:

<%
IF rstSimple.Fields("Calls Queued Now").Value = 0 THEN
%>
<TD><P ALIGN=left><FONT FACE=Arial SIZE=1><%=
rstSimple.Fields("SkillGroup").Value %></FONT></P></TD>
<%
ELSE
%>
<TD BGCOLOR = red><P ALIGN=left><FONT FACE=Arial SIZE=1><%=
rstSimple.Fields("SkillGroup").Value %></FONT></P></TD>
<%
END IF
%>

Is there a way, in which I can get the row to flash aswell?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,010
Latest member
MerrillEic

Latest Threads

Top