When a person clicks on a link, I want to do this:
window.location.href = window.location.href + "?search=" + escape( $("#someId").val()); ?
window.location.href = window.location.href + "?search=" + escape( $("#someId").val());