Why does this [removed] iframe ads code completely break Internet Explorer?

前端 未结 6 1118
青春惊慌失措
青春惊慌失措 2021-02-13 14:19

So, I\'m trying to find an answer to why this problem is happening; I\'ve fixed the problem, but I want to know why it happened.

TL;DR

Google-provided conversi

6条回答
  •  醉酒成梦
    2021-02-13 14:47

    I don't know about the structure of your site, but normally the first script tag is in the . An iframe in the wouldn't be rendered. I'll wager if you did document.body.getElementsByTagName('script')[0] you would probably have similar issues to the one you described above.

提交回复
热议问题