$("#Load_Msg").html("<img src=‘erp/img/loading1.gif‘ width=‘200‘
height=‘13‘
/>");
$("#Load_Msg").css("display","");
$("#Load_Msg").load("AddVendor.aspx",function(a,b,c){
if(b=="error")
$("#add_user").css("display","none");
$("#Load_Msg").html(a);
});