954,595 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

enabling activex control

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.

madhan
Light Poster
32 posts since May 2006
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You