|
-
December 17th, 1999, 06:20 AM
#1
HTML Using an ocx
Hello,
I have a problem using an ocx within an HTML page.
Ex:
<html>
<body>
<BR>Text1<BR>
<OBJECT ID="Calendar" HEIGHT=400 WIDTH=400
CLASSID="CLSID:8E27C92B-1264-101C-8A2F-040224009C02"
</OBJECT>
<BR>Text2<BR>
</body>
</html>
Only Tex1 and the calendar are visible but not the Text2.
So what's wrong?
Thank you fore your help.
-
December 17th, 1999, 07:09 AM
#2
Re: HTML Using an ocx
the closing ">" in your <OBJECT tag is missing!
<OBJECT...> <-- THAT ONE!!
</OBJECT>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|