Hi Sid,
Unfortunately, I'm not sure where that error message is coming from. I have no experience with the LiveQuery plugin, so I can't say if it's from that. Are you running other JavaScript code that might be causing the error?
$('#preview').livequery(function() { $('#preview') .attr('src',previewImage) .css({width: '302px', height: '188px'}); return false; });
--Karl _________________ Karl Swedberg www.englishrules.com www.learningjquery.com On May 20, 2008, at 7:35 AM, Sid wrote:
Karl, Thanks a lot :-) Works perfectly well. But IE still shows an error notification in the status bar. I'm just afraid it might come in between as I add more features. Any ideas? Regards