ColorPicker provides an intuitive graphical interface to display the hexadecimal code of the color selected by the user. The RGB value is passed to a JavaScript variable which could then be used to modify your web page dynamically or as form inputs. You could also change the color using JavaScript as shown in the example.
Copy the class files to the same folder as your web page
Copy and paste the following HTML code to the web page. Switch to HTML mode before pasting the code if you are using FrontPage, Dreamweaver or any other web publisher.
<applet code="colorpicker.class" width="400" height="450" MAYSCRIPT>
<param name="js_variable" value="color">
<param name="start_value" value="2563BF">
</applet>
Edit the values in the <param> tags:
js_variable: the name of the JavaScript variable to which you want to pass the hexadecimal code
start_value: the initial color displayed just after the applet has loaded
ColorPicker is available in 2 versions: the Freeware Edition and Professional Edition. The Freeware Edition is free for non-commercial use. It contains copyright messages on the applet and the status bar. These messages are absent in the Professional Edition. In addition, the Professional Edition gives you the right to use it on an unlimited number of web sites and integrate with your software or web products for distribution. Full details can be found at the online order page.
All copyrights to the software are exclusively owned by NavSurf. You may not use, copy, emulate, clone, sell, modify, distribute, decompile, disassemble, reverse engineer or transfer the software, or any portion of it, except as provided for in this agreement. Any unauthorized use of the software will result in criminal and civil prosecution. All rights not expressly granted in this license are reserved by the author. The unregistered version of the software may be freely distributed provided that the distribution package is not modified in any way.
The copyright owner and author of the software disclaim all warranties either expressed or implied, including, but not limited to implied warranties of merchantability and fitness for a particular purpose, with respect to the software or documentation. In no event will the author or copyright owner be liable for any damages whatsoever (including without limitation to damages for loss of business profits, business interruption, loss of business information and the like) arising out of the use or the inability to use this product.
Installing and using this software signifies acceptance of these terms and conditions. If you do not agree with the terms of this license, you must cease to use the product and remove the files immediately.