私は外部スクリプトでそれをします:
var t=setTimeout(function(){document.write('<img src="/image.jpg" width="100" height="100" />')},10000)
次にメインページ:
<script type='text/javascript src='external.js' />
しかし、10秒後にメインページは完全なimage.jpgを表示するだけですが、メインページに画像を表示するにはどうすればよいですか?ありがとう