meandeviation.com > colourpicker > build your own

build your own colour picker

 
Alan Dix
http://www.hcibook.com/alan

Make a custom colour picker URL

You will probably build some of this in your own scripts, in particular setting the default colour to the current colour of whatever it is you need to set. However, to get you started you can fill in your values below and see what your colour picker will look like.

title:
title for the page
mess:
message displayed on the page
defcolour:
current/default colour e.g #FF00FF
this will often be set by a script to be the current colour for something
return:
url to return to when the colour is chosen
this url will have &name=colour added to it
name:
name of parameter to add to return url
defaults to "colour_chosen"
cancel:
url to return to if the user cancels this page
defaults to "return&cancelPick=cancel&name=defcolour"
target:
target frame for return url, usually blank
lang:
language - currently only en - English (default) or us - US English
used to decide whether to use 'colour' or 'color' in messages

http://www.meandeviation.com/utils/colourpicker/ Alan Dix © 2001/2005