function removeExtraSpaces(){
var searchName = document.getElementById(“name”).value;
searchName = searchName.trim();
var words = searchName.split(” “);
var updatedName=”";
if(words.length>1){
for(var i=0; i if(words[i]!=”"){
updatedName += words[i]+” “;
}
}
document.getElementById(“name”).value=updatedName;
}
}
software company in anand gujarat that focuses on website development, web hosting solutions, Android Development and Embedded Software Development which is founded in 2012. Purely focused on Opensource Initiative.