the < Object > tag

windows

Guest
ok, i must have missed something in my reading, but why doesnt this code work:<br />
<br />
<OBJECT data="http://www.modpages.com/database/Half-Life_l.html"></OBJECT><!--content-->what exactly are you trying to do here? Looks like your trying to use an html page as an object. Usually you refrence a movie file, flash file, or a java applett this way.<br />
<br />
form more on the object tag (<!-- m --><a class="postlink" href="http://www.devguru.com/Technologies/html/quickref/html_object.html">http://www.devguru.com/Technologies/htm ... bject.html</a><!-- m -->)<!--content-->The <object> tag is really intended for, well, objects - applets, images, video, VRML. If you want to include an HTML file, try using an <iframe> (MSIE/NS6) or a layer (Netscape 4).<!--content-->"form more on the object tag"<br />
<br />
<br />
Thanks Dr. Web - this is another one I'd never heard of - that page looks really informative. <br />
Just wanted to say thank you!<!--content-->
 
Back
Top