0

現在、Web ページに utf16 テキスト ファイルをロードする iframe が含まれているという問題が発生しています。ページが IE7 および 8 で window.onload イベントを起動できません。jQuery の $(document).ready() メソッドも試してみましたが、うまくいきません。Firefox と Chrome は問題なく動作します。

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=utf-16" />
<script>
window.onload = function () {
  alert("test");
};
</script></head>
<body>
<iframe src="http://localhost:8080/test/utf16.txt"  ></iframe>
</body></html>

window.onload イベントはトリガーされません。このシナリオで IE で「onload」イベントを発生させる方法。ありがとうございました。

4

0 に答える 0