iframe displays black box


Recommended Posts

I use MX5 to open this url: http://udndata.com/ndapp/KnoBase/magol/getContent?key=bsw , right two lower blocks are two iframes, each contains an image only. But MX5 displays two black boxes, instead. I've tried MX3, IE, Chrome, they all display correct.

 The source codes to include iframes are:

<div class="sideBar_ad1">
<iframe src="/KnoBase/AD1.html"  width=240 height="400" marginheight="0" scrolling="no" frameborder="0" marginwidth="0"></iframe>
</div>
<div class="sideBar_ad2">
<iframe src="/KnoBase/AD2.html"  width=240 height="400" marginheight="0" scrolling="no" frameborder="0" marginwidth="0"></iframe>
</div>

AD1.html codes: 

<a href="/promo/gvm_casestudy/" target="_blank"><img src="images/240x160.gif" width="240" height="160" border="0"></a>

I can't see how MX5 manages to show black box but it seems the code in AD1.html is eaten by MX5.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.