2012-03-26 48 views
0

我的iframe在本地主机上正常工作,但无法在联机服务器上工作。 请帮忙...Iframe无法在在线服务器上工作

<iframe frameborder="0" scrolling="no" height="287" width="300" allowtransparency="true" marginwidth="0" marginheight="0" src="http://tools.forexpros.com/market_quotes.php?tab_1=1,2,3,5,7,9&tab_2=169,166,20,172,27,178&tab_3=8830,8849,8836,8862,8831,8988&tab_4=8880,8907,8900,8899,8886,8895&select_color=000000&default_color=0059B0"> 
</iframe><br /> 
<div style="width:300"> 
    <span style="font-size: 11px;color: #333333;text-decoration: none;">The Market Quotes Powered By Forexpros, the Forex, Futures, and <a href="http://www.forexpros.com/" target="_blank" style="font-size: 11px;color: #06529D; font-weight: bold;" class="underline_link">Stock Markets</a> Portal.</span> 
</div> 
+3

有些代码呢? :) – meo 2012-03-26 14:05:05

+0

让我猜测,你是否试图访问托管外部网页的iframe的内部? – 2012-03-26 14:06:35

+0

它以什么方式不起作用?它是否加载? – Curt 2012-03-26 14:07:26

回答

0

提供的IFrame代码在我的帐户上工作正常。

服务器配置中可能存在问题,或者您的帐户被创建,或者最有可能发送IFrame请求被阻止在代码中的某处发送到服务器。

请在错误消息中点击'重新加载'选项卡IFrame应该加载。

相关问题