Thanks Chris I see my error and it has been corrected thanks to you. Great work!!!
Kevin Bartholomew Computer Operations Analyst 2 Freightliner Corporate 503-745-5324 [EMAIL PROTECTED] -----Original Message----- From: Chris Allen [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 7:36 AM To: WUG (E-mail) Subject: [WhatsUp Forum] Code for Scrolling Down devices... Here is the code...hope this helps... <TABLE width="100%" border=0> <TR> <TD><FONT SIZE=4 COLOR=#0050c0><B>Devices Down: </B></FONT></TD> <TD WIDTH=750 ALIGN=right> <MARQUEE> <%START_LOADED_MAP_LIST%> <%IF% HAS_MAP_STATE_CHANGED> <%IF% (%MATCH% (%MAP% TOTAL_DEVICES_DOWN, 0))> <%IF% (%MATCH% (%MAP% TOTAL_SERVICES_DOWN, 0))> <%ELSE%> <bgsound src="<%SOUND_TYPE% WEBDOWN>"> <%ENDIF%> <%ELSE%> <bgsound src="<%SOUND_TYPE% WEBDOWN>"> <%ENDIF%> <%ENDIF%> <%START_DEVICE_LIST%> <%IFNOT% IS_DEVICE_UP> <%IF% (%LESSTHAN% (%DEVICE% CURRENT_DOWN_COUNT, 2))> <a href=device.asp?map=<%MAP% FILENAME>&device=<%DEVICE% UNIQUE_ID>><FONT FACE="ARIAL" SIZE=4 COLOR=GREEN> <%DEVICE% DISPLAY_NAME></a>   </B></FONT> <%ELSEIF% (%LESSTHAN% (%DEVICE% CURRENT_DOWN_COUNT, 4))> <a href=device.asp?map=<%MAP% FILENAME>&device=<%DEVICE% UNIQUE_ID>><FONT FACE="ARIAL" SIZE=4 COLOR=YELLOW> <%DEVICE% DISPLAY_NAME></a>   </B></FONT> <%ELSE%> <a href=device.asp?map=<%MAP% FILENAME>&device=<%DEVICE% UNIQUE_ID>><FONT FACE="ARIAL" SIZE=4 COLOR=RED> <%DEVICE% DISPLAY_NAME></a>   </B></FONT> <%ENDIF%> <%ENDIF%> <%END_DEVICE_LIST%> <%END_LOADED_MAP_LIST%> </MARQUEE> </TD> Christopher Allen Network Engineer Hilton Hotel Corporation mailto:[EMAIL PROTECTED] Office: (901) 748-8379 Fax: (901) 748-7999 Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/ Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/
