I am looking to write a piece of javascript that will append a parameter to the current url and then refresh the page - how can I do this?
location.href = location.href + "¶meter=" + value;