Hello. Thanks in advance to anyone bothering to read this.
I'm having a problem with frames and Internet Explorer. I'm trying to frame a remote site within the company's main layout but IE 6 is refusing to show the content. It works fine with Firefox, Opera, Netscape, Mozilla, etc... and IE will show pages local to the site within the frame. I read somewhere in an earlier post that XP SP2 blocks IFRAME content when it's from a remote site; does this apply to regular frames as well? If so, is there a work around?
An example of the problem can be found at: http://desert-realty.com/featured.htm
I don't work with frames much; so could it just be me being stupid with the code? I'm using the doctype: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
The frameset code is:
<frameset rows="110,*" cols="*" frameborder="NO" border="0" framespacing="0">
<frame src="listings_top.htm" name="topFrame" scrolling="NO" noresize >
<frameset cols="162,*" frameborder="NO" border="0" framespacing="0">
<frame src="listings_left.htm" name="leftFrame" scrolling="NO" noresize>
<frame src="http://desertrealty.las.mlxchange.com" name="mainFrame">
</frameset>
</frameset>
|