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.ws
www.genericsmed.com

Reply via email to