| |
takeda kozo
Posts: 83
Score: 0
Joined: 11/9/2005
Status: offline
|
Hey Guys, Is there a way to dynamically update the color assigned to an innerHTML value ? (depending on the value returned from the VB script ?) Basically, if strRights = "ADM" then I want the text to appear as RED. If not, then just plain old WHITE. Any ideas ? ===================================================== <Script> If strRights = "STD" Then DA_Local_Admin.InnerHTML = "Standard User" ElseIf strRights = "ADM" Then DA_Local_Admin.InnerHTML = "Administrator" End If <Body> <td width=590 valign="top"><span id=DA_Local_Admin></span></td>
|
|