Flashing Rows

R

rikesh

Hi

Does anyone know how to make a table row flash in a certain colour,
depending on a DB value?

I have a helpdesk application listing statuses of Agents and the calls
queued on the system.

When a call is queued, I wish to make that Agent's Table row, flash.

Or even a cell flash.

Any ideas?
 
E

Evertjan.

rikesh wrote on 13 jun 2004 in microsoft.public.inetserver.asp.general:
Does anyone know how to make a table row flash in a certain colour,
depending on a DB value?

I have a helpdesk application listing statuses of Agents and the calls
queued on the system.

When a call is queued, I wish to make that Agent's Table row, flash.

Or even a cell flash.

Any ideas?

Yes, but the flashing of a class is done with clientside [java]script.

so please ask a clientside [java?]scripy ng.

<%
if row=3 then
classrow3select="class='flashing'"
else
classrow3select=""
end if
%>

<tr <%=classrow3select%>><td>...
 
D

David C. Holley

You may want to try the every popular RED with white Text. Flashing,
might be a bit too much for the eyes if the user has to act on the text.
I would actually do a mock up of both (flashing and red/white) and ask
for input.
 

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

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top