I would like to have the following text in a blink so that it stands out to the user. Any help would be appreciated. Here's the line that I'll be referencing:
<%if len (finaladd1) > 0 AND Special_Conditions = "YES" then%>
<a href="LocationSearch.asp?dig=<%=rs3("LOC_STRT_NUM"%>&street=<%=rs3("STRT_NAME"%>&apt=<%=rs3("LOC_FETUR"%>" target="_new">
<B><%Response.Write FinalAdd1%> (<%Response.Write FinalAdd2%>) SC</B></a>
Actually, the only thing that I want to blink is the SC after the response.write finaladd2, but that would be a bonus.
TIA
<%if len (finaladd1) > 0 AND Special_Conditions = "YES" then%>
<a href="LocationSearch.asp?dig=<%=rs3("LOC_STRT_NUM"%>&street=<%=rs3("STRT_NAME"%>&apt=<%=rs3("LOC_FETUR"%>" target="_new">
<B><%Response.Write FinalAdd1%> (<%Response.Write FinalAdd2%>) SC</B></a>
Actually, the only thing that I want to blink is the SC after the response.write finaladd2, but that would be a bonus.
TIA