function popup_color_picker() { var width = 400; var height = 300; window.open('color_picker.html', 'cp', 'resizable=no, location=no, width=' +width+', height='+height+', menubar=no, status=yes, scrollbars=no, menubar=no'); }
Cliquer sur le bouton Changer pour ouvrir un petit popup permettant de choisir très facilement en 2 clics une couleur parmi toute la gamme des couleurs possibles !
Bravo à Frosty pour ce super script !
Compatible Internet Explorer 5.0+ et Mozilla.