Help for this page

Select Code to Download


  1. or download this
    function choosecolor(form, name, title) {
            colorWindow=window.open("about:blank","colorWindow","width=400
    +,height=120,resizable=yes")
    ...
            }
            colorWindow.document.write("    </tr>");
            colorWindow.document.write("</table></font><form><input type=b
    +utton value=' Cancel ' onclick='self.close()'></form></center>");
    
  2. or download this
    <form name=colorpicker>
    Enter a color:<input name=color type=text><input type=button value="Pi
    +ck" onclick="choosecolor('colorpicker', 'color', 'Pick a color for no
    + reason at all')">
    </form>