V
VB Programmer
In HTML how can I set an OBJECT to be invisible?
I know if it was a label I could do this just set Visible="False", like
this... (after id)
<asp:label id="lblStatus" visible="False"...>
This is what my OBJECT partially looks like...
<OBJECT id="MyActiveXControl" style="Z-INDEX: 104; LEFT: 200px; WIDTH:
132px; POSITION:..."
codeBase="http://MyPc/Download/cwui.ocx" classid="clsid940..."
name="MyActiveXControl" VIEWASTEXT>
<PARAM NAME="_Version" VALUE="393218">
:
:
I know if it was a label I could do this just set Visible="False", like
this... (after id)
<asp:label id="lblStatus" visible="False"...>
This is what my OBJECT partially looks like...
<OBJECT id="MyActiveXControl" style="Z-INDEX: 104; LEFT: 200px; WIDTH:
132px; POSITION:..."
codeBase="http://MyPc/Download/cwui.ocx" classid="clsid940..."
name="MyActiveXControl" VIEWASTEXT>
<PARAM NAME="_Version" VALUE="393218">
:
: