2013-04-23 68 views
0

我正在嘗試使用iframe與src指向在dojo框架中製作的網站。我的網址位於不同的服務器上,並且我的iframe位於不同的服務器上。我只是使用URL在iframe中加載URL的內容。但我看不到帶iframe的滾動條,儘管頁面內容比iframe多。滾動條在iframe中不可見

我的代碼是:

<div style="overflow:visible; width: 100%;"> 
    <iframe src="http://172.27.135.85:2040/feg/ngfeeui/public/" width="80%" height="400px" frameborder="0" scrolling="auto" style="overflow: auto;"></iframe> 
</div> 

有人能幫助我,如果這個問題是由於在道場框架中使用一些JavaScript或CSS?如果需要,我也可以發佈URL的完整代碼,我可以在螢火蟲中看到。

回答