iframe 経由でテキスト ファイルを表示したいのですが、IE では機能しません。Mozilla Firefox では問題なく動作します。何か案は?
以下は私のコードです:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/plain; charset=ANSI" />
</head>
<body>
<iframe src='http://localhost/button3.txt'
scrolling='no' frameborder='0'
style='border:none; width:1300px; height:500px'></iframe>
</body>
</html>
button.txt には、php で記述されたスクリプトが含まれています。スクリプトを表示する代わりに、それを実行します。