potresti utilizzare la window.location.href ed accodargli la query string tipo:

querystring = "?key=val&key=val"; //ecc.
window.location.href = "tuajsp.jsp" + querystring;

l'unico inconveniente è che vedi i parametri nell'url come se fosse un "get"