I am trying to find out if there is a way to do two things: make text in an HTML page visible or not (depending on db values) and also if the text is visible, how to make it "blink".
Here's the background: From a database, there is a field that can be one of three values (R, S or N). If the value in the field is "R" or "S", then I need a function to make text visible on the page, and also make the text blink. If the value is "N", then nothing should appear on the page (blank line or space is fine).
Thanks for any suggestions.
--Telephony Tech
Here's the background: From a database, there is a field that can be one of three values (R, S or N). If the value in the field is "R" or "S", then I need a function to make text visible on the page, and also make the text blink. If the value is "N", then nothing should appear on the page (blank line or space is fine).
Thanks for any suggestions.
--Telephony Tech