I want to call one html through ajax. once i get the response, i need to save that response as html on the spefied location
how can i do that?
I am calling ajax function using jquery as like below.
$.ajax({
type: "POST",
url: "../../../project/html/TC_print.html",
success: function(msg){
//once it success.. i need to save it as html on desktop
}
});
success call back, i need to save it as html on desktop