Today, a tool that can call the Windows system palette directly in the web page, huh, huh.
I don't know where the most primitive code is seen, modified, more convenient.
You can select the color directly, you can also call the custom color and return the result into the Input.
-------------------------------------------------- --------------------------------
Function ReturnColor () {
Var hcolor = dlghelper.choosecolordlg (Tempcolor) .tostring (16);
With (event.srcelement) {
Color = ((Hcolor.Length <7)? "# 000000" .substring (0,7-hcolor.length): "" " hcolor;
Style.Background = Color;
Value = color;
}
Tempcolor = Hcolor
Document.sc.fontcolor.Value = Color;
}
Function Secboard (n)
{
For (i = 0; i Sectable.cells [i] .classname = "align"; Sectable.cells [n] .classname = "trim"; For (i = 0; i Maintable.tbodies [i] .style.display = "none"; Maintable.tbodies [n] .style.display = "block"; } Script> Text Color: form> table> body> html> -------------------------------------------------- --------------------------------