PHP/Javascript websafe colour picker
This tutorial shows you how to make an hexadecimal websafe colour picker like the one below in PHP and javascript
Step1.
Add the following code to the body of your document
Step2.
Add this javascript between the head tags
Improvements.
With a little modification to the code we can divide the colors into six 6x6 boxes (6x6x6 = 216)
to tidy things up a bit further we can also move most of the styles to a css file and can add the js event handlers dynamically.
Comments:
Featured Script
PHP Send this page to a friend script
as the title suggests you can add this script to any of your pages and and it will allow your visito... (read more)
