Here is my html code for my activex control. It loads fine.
<OBJECT ID="GregControl"
CLASSID="CLSID:A356808F-A9C1-4D9A-B967-B4D03A0EBC9B"
CODEBASE="TestProject.CAB#version=1,0,0,0">
<param name="myParam" value="1">
</OBJECT>
But as soon as I add a param tag, the control no longer appears on the page... why does this happen????
<OBJECT ID="GregControl"
CLASSID="CLSID:A356808F-A9C1-4D9A-B967-B4D03A0EBC9B"
CODEBASE="TestProject.CAB#version=1,0,0,0">
<param name="myParam" value="1">
</OBJECT>
But as soon as I add a param tag, the control no longer appears on the page... why does this happen????