Techno World Inc - The Best Technical Encyclopedia Online!

THE TECHNO CLUB [ TECHNOWORLDINC.COM ] => Javascript Tricks => Topic started by: Hellraiser on August 15, 2007, 01:41:19 PM



Title: Text Blink
Post by: Hellraiser on August 15, 2007, 01:41:19 PM
Text Blink

# Run this script on the community profile page. This script shows the moderators in a blinking text between red and yellow. Change the colors provided in the javascript to change the blink colors.
# Paste the following javascript in your web browser address bar after navigating to the specified orkut page.

Code:
javascript: cor = "red"; var timer_1; function vagalume () {(cor == "yellow") ? cor = "red": cor = "yellow"; document.links[20].parentNode.parentNode.style.backgroundColor = cor; timer_1 = setTimeout('vagalume ()',100)}; vagalume ()


Title: Re: Text Blink
Post by: Mark David on August 29, 2007, 02:32:16 AM
cool trick pranav