'ChooseColorDlg()' Syntax, Parameters and Note : ChooseColorDlg « Javascript Methods « JavaScript Reference

'ChooseColorDlg()' Syntax, Parameters and Note

Note:

Pick a color by using the browser's color selection dialog window. 
The Dialog Helper object must be created by supplying a classid code.
    
Syntax:
    
document.all.DialogHelperID.ChooseColorDlg(param1)


Parameters:
    param1   Optional; the default color selected when the dialog window opens.

    

      
      








Related examples in the same category

1.'ChooseColorDlg()' Example
2.'ChooseColorDlg()' is applied to