Forum Moderators: open
I was originally using I-frames in my code but as it does not validate I switched to the <object> tag to display the external link. This as however brought about some more problems in IE. It all works fine in all the browsers i have tested it on both on and offline (inc IE) but when i upload it IE does not show the content of the <object>.
this is the code i am using :
<OBJECT TYPE="text/html" DATA="news.html" WIDTH="457" HEIGHT="380" standby="Please wait"</OBJECT>
whats going on?
cheers.
neil
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
i did find this topic: [webmasterworld.com...] in which Tedster suggests using the frameset DTD. However, when i used that it was looking for the <frameset> tag which my page does not include so i reverted back to the strict dtd..
any suggestions as to why the <object> works in all browsers and in IE offline but not online?