Auto colors chart
Best AdSense Alternative-Get $2-5 per click!
Best Keyword Value
ColdFusion
Computer Acronyms
CSS3 Cheat Sheet
CSS3 Neon Text
CSS3 Professional Candy Buttons
CSS3 Submit Buttons
Deployed WiMAX Networks
Disco Background
Dofollow Backlink Sites
Dreamweaver cs4 shortcuts
Drive Your Firefox
Drupal 6-php Template Sheet
Facebook Cheat Sheet
Fashion Emotion Photographs
Flash ActionScript 3.0
Freewares
Get Free Mastercard
Get Yahoo Domain
Gimp Quick Reference
Google products
GPT Sites Review
Html Character Sets
International Country Codes
JavaScript Cheat Sheet
Jquery API cheatsheet 1.5
Make Money $Top Paying GPT Sites
odesk Test answers
Paypal to Moneybookers
Photoshop Tutorials Sites
Pure CSS Icons
RedHat/Fedora command sheets
VOIP Basics
Disco Background
It's quickly flickers the background through ten colors and then loops it back and does it over and over...with control button on/off. just copy and paste it to new html.
Code:
<!-- START OF SCRIPT --> <!-- HOW TO INSTALL COLOR WHEEL: 1. Put the specified code into the HEAD of your HTML document 2. Add the onLoad event handler to the BODY tag 3. Copy the last coding into the BODY of your HTML document --> <!-- STEP ONE: Copy this code into the BODY of your HTML document --> <SCRIPT LANGUAGE="JavaScript"> <!-- Original: Eric Stremming <zenithhaque@gmail.com> --> <!-- Web Site: http://page4tips.blogspot.com/ --> <!-- Begin var pos = 10; function initArray() { this.length = initArray.arguments.length; for (var i = 0; i < this.length; i++) { this[i] = initArray.arguments[i]; } } var col=new initArray("4b","5b","8b","8b"); function stop() { document.bgColor = '#FFFFFF'; clearTimeout(loopID); } function start() { col[1]="red" col[2]="yellowgreen" col[3]="yellow" col[4]="whitesmoke" col[5]="white" col[6]="wheat" col[7]="violet" col[8]="turquoise" col[9]="tomato" col[10]="thistle" pos++; if (pos<0||pos>10) { pos = 0; } document.bgColor = col[pos]; loopID = setTimeout("start()",50); } // End --> </SCRIPT> <!-- STEP TWO: Add the onLoad event handler to the BODY tag --> <!-- STEP THREE: Copy this last code into the BODY of your HTML document --> <CENTER> <FORM> <input type="button" value="On" onClick="start()"> <input type="button" value="Off" onClick="stop()"> </FORM> </CENTER> <!-- END OF SCRIPT -->
1 comment:
adam lo
12:10 PM
It's only works for new html form, but do not support blogger directly. thanks
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
It's only works for new html form, but do not support blogger directly. thanks
ReplyDelete