I have a pageTest.html in local folder,this page call a service.ashx?i=...(that return value param passed incremented +1) with follow Ajax code:
.
.
getIncr: function(parameters, success){
$.ajax({
async: false,
type: methodType,
url: getTarget,
data: "n="+parameters,
dataType:"jsonp",
success: success
});
}
.
.
The html page call this function for m time (with script..):
.
var start = function(){
.
.
var val = 0;
.
.
for(i=0; iHarsh, English is clearly not Domenico's first language. And I understood it fine.