var a = "http://www.abc.com/a1.gif"...
document.all.dl.innerHTML="<img src='" + a + "'>"
或者
var b=new Image()
b.src="http://www.abc.com/a1.gif"
也可以