Hello下面的iframe代码根本没有显示在iPhone上。它在其他浏览器和Android移动浏览器上加载正常。在Safari桌面浏览器上,我需要指定 iframe onload = iFrameHeight(700)使其显示。然而,这对iPhone仍无济于事。
有什么想法吗? 谢谢。
<div class="contentpane"> <iframe onload="iFrameHeight()" id="blockrandom" name="iframe" src="http://www.maxhire.net/cp/?E5586A361E43515B79561C6532531A2604" width="100%" height="700" scrolling="no" align="top" frameborder="0" class="wrapper"> This option will not work correctly. Unfortunately, your browser does not support inline frames.</iframe> </div>