Link to home
Start Free TrialLog in
Avatar of Drystar
Drystar

asked on

Using ActiveX in html

I want to create a simple labelin html using an ActiveX component, but i only get a blank window. I think it's the classid-number. if it is so please tell me whrer i can find it, because i got this code from a book.
<html><head><title>Label Control</title></head>
<body>
<object id="labelA"
 classid="clsid:99B42120-6EC7-11CF-A6C7-00AA00A47DD2"
 type="application/x-oleobject"
 width="240" height="240" align="left">
<param name="Angle" value="30" />
<param name="Alignment" value="4" />
<param name="BackStyle" value="0" />
<param name="Caption" value="Wowza!" />
<param name="FontName" value="Arial" />
<param name="FontSize" value="36" />
<param name="ForeColor" value="#9900FF" />
</object>
<p>With the ActiveX Label Control, you can draw text of any
size, in any color, at any angle, without waiting for great big
graphics files to download.</p>
<p>Best of all, the Label Control is already installed on your
computer if you have Microsoft Internet Explorer version 4.0. (Internet Explorer 5.0 will download the control automatically
upon demand.)</p>
</body></html>
ASKER CERTIFIED SOLUTION
Avatar of bhushanpotnis
bhushanpotnis

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Drystar
Drystar

ASKER

Thanks bhushanpotnis.
Your comment has solved my problem.!!!!!!