So I simply have :
(excuse the ugly src url, have I mentioned I hate Top Producer?)Code:<iframe src="http://www.topproducerwebsite.com/users/13467/downloads/bio.html#Intro" name="bioframe" id="bioframe" hspace="350" marginwidth="0" align="left" frameborder="0" height="1024" scrolling="no" width="350"></iframe>
i can get iframes to pop up in IE by itself, but I'm using javascript to change the iframe (it's just a bio page.. they do not want me to seo this section of the site, so I just tossed it together pretty fast) like so:
It works fine in Firefox (which is why I never knew it was brokenCode:<a href="#" onmouseover="document.getElementById('bioframe').src='http://www.topproducerwebsite.com/users/13467/downloads/bio.html#Alex'">Alex Ende</a>), but apparently in IE, the initial page loading doesn't even work with the iframe. I can go to the page by itself with IE just fine. And Top Producers WYSIWYG editor shows it when I leave the code section of it.
Anyone have any idea why an Iframe wouldn't work in IE, besides the common brackets and spelling?


), but apparently in IE, the initial page loading doesn't even work with the iframe. I can go to the page by itself with IE just fine. And Top Producers WYSIWYG editor shows it when I leave the code section of it.
Reply With Quote
