Great idea! I'll put that in a list of things to include in my next GotDotNet upload. Just FYI - anyone can check files in & out of the GotDotNet workspace to add improvements - just go to www.GotDotNet.com and find SangfroidJr in the workspace directory.
Brent ---------- Original Message ---------------------------------- From: "Williamson, Scott" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Mon, 14 Jul 2003 08:50:08 -0400 >I modified the code as follows for the color changes and it seems to work >fine for all builds. > ><% >'Only show down servers >If "<sa_status>" <> "RUNNING" then >Select Case "<sa_status>" > Case "DOWN" > %> > <tr valign="top" BGCOLOR="#FF0000"> > <% > Case "MAINTENANCE" > %> > <tr valign="top" BGCOLOR="#FFFFC4"> > <% > Case Else > %> > <tr valign="top"> > <% >End Select >%> To unsubscribe from a list, send a mail message to [EMAIL PROTECTED] With the following in the body of the message: unsubscribe SAlive
