var str = window.location.href;
str += "?nome=pippo";
window.location.href = str;