0
我正在嘗試將遊戲整合到我的phpfox社交網絡中。這是它的代碼是由第三方,是這樣的事情是這樣的動態增加iframe高度
<script type="text/javascript">
$(document).ready(function(){
$('body').append('<iframe id="crossdomain_frame" src="<?php echo APP_URL; ?>static/crossdomain.php?height=' + document.body.scrollHeight + '&nocache=' + Math.random() + '" height="0" width="0" frameborder="0"></iframe>');
});
</script>
在設置事情框架的高度是搞砸了。我無法理解如何增加身高。在加載時查看頁面源代碼,我發現在頁面中甚至沒有height
和width
屬性。任何人都可以幫忙嗎?
P.S您可以通過打開http://social.techbreeze.in/index.php?do=/apps/4/candy-rush/並使用您的Facebook帳戶登錄來查看頁面的外觀。