'ChooseColorDlg()' Example : Choose Color Dialog : Development JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Development » Choose Color Dialog »

 

'ChooseColorDlg()' Example



    
<html>
<body>
<script language="JavaScript">
function function1(){
   var myColor = dlgColor.ChooseColorDlg();
   alert(myColor)

</script>
<object id="dlgColor" classid="clsid:3050f819-98b5-11cf-bb82-00aa00bdce0b">
</object>
<button onclick="function1();">Choose color</button>
</body>
</html>

    
      
      



-

1 Comments

nir

Monday 25th of May 2009

i wish to have the code

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Development
» Choose Color Dialog