如何在<script>块下面/之前放置iframe / div?</script>

时间:2010-10-11 04:17:54

标签: javascript iframe html

如何在&lt; script&gt;之前/之前使用javascript放置iframe / div阻止,就像谷歌广告一样。所以我在一个html中放了一个脚本标签,我想让一个iframe出现在呈现的HTML中的同一个位置。

<script>
    // do something to add an iframe/div so that it appears on page 
    // as if it were added in place of script
<script>

1 个答案:

答案 0 :(得分:-1)

使用文档写:

document.write('<iframe src="url"></iframe>');