transparent
Programmer
I am imbedding the Microsoft DHTML component object into an html page using the following code:
<!-- DHTML Editing control Object. This will be the body object for the toolbars. -->
<OBJECT id="DHTMLEdit1" classid=clsid:2D360200-FFF5-11d1-8D03-00A0C959BC0A height=400 width=500 VIEWASTEXT>
<PARAM NAME="ShowDetails" VALUE="1">
</OBJECT>
<!-- DEInsertTableParam Object -->
<object ID="ObjTableInfo" CLASSID="clsid:47B0DFC7-B7A3-11D1-ADC5-006008A5848C" VIEWASTEXT>
The IE browser refuses to render any HTML after this object. What am I doing wrong?
Cheers for any help
<!-- DHTML Editing control Object. This will be the body object for the toolbars. -->
<OBJECT id="DHTMLEdit1" classid=clsid:2D360200-FFF5-11d1-8D03-00A0C959BC0A height=400 width=500 VIEWASTEXT>
<PARAM NAME="ShowDetails" VALUE="1">
</OBJECT>
<!-- DEInsertTableParam Object -->
<object ID="ObjTableInfo" CLASSID="clsid:47B0DFC7-B7A3-11D1-ADC5-006008A5848C" VIEWASTEXT>
The IE browser refuses to render any HTML after this object. What am I doing wrong?
Cheers for any help