Prevent scroll top when submit button in js

Would someone advise how I can get this form to stop scrolling to the top of the page whenever the submit button os clicked?

function reloadCaptcha[] {

document.getElementById['captcha'].src = document.getElementById['captcha'].src+ '?' +new Date[];
}

Chủ Đề