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

'Dialog Helper' Example

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

    
      
      








Related examples in the same category

1.'Dialog Helper' Syntax and Note
2.'Dialog Helper' JavaScript Methods
3.'Dialog Helper' JavaScript Collections