I had a really problem with Internet Explorer in all version i have a code in AJAX using jQuery, works perfect in all the others browsers and the propouse it's return an alert with the message "Bienvenido", but doesn't works with IE. Here i provide the code and the page in where you can try with the code and see.
function chargeFnc(mdlnm, btnm, scrnm, args){
$.post(document.location, {md:mdlnm, bt: btnm, scr: scrnm},
function(data){
alert(1);
$('#header_hd').append(data);
$('#header_hd').load("#"+args[0], function(){
execfnc(scrnm, args);
});
});
}
The web page it's www.hidura.webfactional.com