0

我在 div 中嵌入了以下 iframe。

<div id="sharepopup" class="sharepopup">
    <iframe id="social" class="social" frameborder="0">
    </iframe>
    <div id="shareclosebutton" class="shareclose"></div>
</div>

iframe 的 CSS 是...

    iframe.social{
    background:#ffffff;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    border-radius:10px;
    padding:10px;
    width:480px;
    height:180px;
    z-index:102;
    }

我正在努力做到这一点......

document.getElementById('social').src="https://twitter.com/intent/tweet?original_referer=&text=Check%20out%20this%20page&tw_p=tweetbutton&url=http%3A%2F%2Fwww.MYSITE.co.uk%2Fhhg%2FMYPAGE.html?="+pagenumber;

当我使容器 div 可见但我得到的只是一个空白 iframe。

有没有其他人设法让网页内容在 iframe 中工作?请没有 JQUERY 答案。

4

0 回答 0