jquery not printing the image in IE 6

Posted by pradeep on Stack Overflow See other posts from Stack Overflow or by pradeep
Published on 2010-03-31T08:59:47Z Indexed on 2010/03/31 9:13 UTC
Read the original article Hit count: 245

Filed under:
|
if(count > 0){
for(var i= parseInt(start); i < parseInt(count); i++)
{

link ='<a href="/diabetes/ropimages/origpicdisplay.php?pid='+pid+'&rid='+i+'" target="_blank"><img src="/diabetes/ropimages/thumbpicdisplay.php?pid='+pid+'&rid='+i+'"/><a>&nbsp;&nbsp;';

if(i > start){ $("#content1").append(link);}

else{ $("#content1").empty().html(link);}
}
}

i use code like this. it does print images in FF but not in IE6 any solutions for this ?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about ie6