Applets from javaboutique
"blink" from javaboutique
from scriptsearch
Not all of these are free
My examples:
The applet in inserted into the html code as an applet "object":
<applet code="Blink.class" width=300 height=80> <param name=lbl value="Put yr blinkin' text here"> <param name=speed value="3"> </applet> You'll need to upload the "blink.class" file to the same remote directory as the html file.
It looks like this: