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>...
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
|