ActiveX Slider doesn't appear
Posted: 09 Feb 2006 09:11
I tryed to use the ActiveX Slider like this:
And when the page loads the slider is not there. It's like a picture whose src isn't given correctly.
What could be the problem?
Code: Select all
<!--
Insert MSComctlLib.Slider.2 activex control
-->
<object classid="clsid:F08DF954-8592-11D1-B16A-00C0F0283628"
width="540" height="20" id="slider" events="True">
<param name="TickStyle" value="3" />
<param name="Min" value="0" />
<param name="Max" value="0" />
<param name="Value" value="0" />
<param name="Enabled" value="True" />
</object>
</td><td width="15%">
<div id="info" style="text-align:center">-:--:--/-:--:--</DIV>
What could be the problem?