Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Imbedding objects

Status
Not open for further replies.

transparent

Programmer
Sep 15, 2001
333
GB
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=&quot;DHTMLEdit1&quot; classid=clsid:2D360200-FFF5-11d1-8D03-00A0C959BC0A height=400 width=500 VIEWASTEXT>
<PARAM NAME=&quot;ShowDetails&quot; VALUE=&quot;1&quot;>
</OBJECT>
<!-- DEInsertTableParam Object -->
<object ID=&quot;ObjTableInfo&quot; CLASSID=&quot;clsid:47B0DFC7-B7A3-11D1-ADC5-006008A5848C&quot; VIEWASTEXT>

The IE browser refuses to render any HTML after this object. What am I doing wrong?

Cheers for any help

 
Did you leave the second object open?
Maybe you just didnt post all the code but from what you posted you forgot to close the 2nd object with </object>


É

endamcg-logo1b.gif

 
Yup, I'm a prat... I didn't close the object tag....

Cheers
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top