[jQuery] $("#dsp1").load(url) not working in IE7?

[jQuery] $("#dsp1").load(url) not working in IE7?


I am testing jQuery. This simple code does not work in IE. This image
link in the returned html segment is not shown in IE. Just a blank.
This is the code:
$("#dsp1").load("abc.html");
where abc.html has this contents:
<a href="*"><img src="reddot.gif" border="0" alt="bbbb bbb"
title=""><a>


some text
IE only shows "some text".
Firefox shows everything correctly. (some text and an image that can
be clicked on).
Thanks.
Bruce