Just a quick guess, but, try: $.get( url,function(data) { $('#messages').html(data); });
Maybe the empty data hash which will generate an empty string of data, somehow annoys IE. Cheers -- Ariel Flesler http://flesler.blogspot.com/ On 17 mayo, 20:44, robert123 <[EMAIL PROTECTED]> wrote: > Hi, I use the below code to get some html codes from a 'url' and then > write into a div messages > > $.get(url,{},function(data) { > > $('#messages').html(data); > }); > > it will work well in firefox, but for IE, it will not show the html > data although it is getting data from the url, anyone knows the > reason? thanks > > www.generics.wswww.genericsmed.com