'Dialog Helper' Example : Dialog Helper « Javascript Objects « JavaScript DHTML






'Dialog Helper' Example

    
<html>
<body>
<object id="myObject" 
        classid="clsid:3050f819-98b5-11cf-bb82-00aa00bdce0b">
</object>
<button onclick="myObject.chooseColorDlg();">Show color dialog</button> 
</body>
</html>

    
      
      








Related examples in the same category