madhan 0 Light Poster

Hi,

1. How can i enable activex control in internet explorer 7.
2. I am having trouble to add activex control in HTML.

My tried coding is

<HTML>
 <HEAD>
  <TITLE>Customer Data</TITLE>
 </HEAD>
 
 <BODY>
 <FORM>
  phone: 
      
       
       <OBJECT 
        ID="Phone"
        CLASSID="clsid:C932BA85-4374-101B-A56C-00AA003668DC"
        CODEBASE="/Controls/msmask32.ocx"
        WIDTH="120"
        HEIGHT="25">
        <PARAM NAME="Appearance" VALUE="1"></PARAM>
        <PARAM NAME="BoderStyle" VALUE="1"></PARAM>
        <PARAM NAME="Mask" VALUE="(###) ###-####"></PARAM>
       </object>
 </FORM>
 </BODY>
</HTML>

please help on these two things.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.