I want to execute a href without redirecting me to the page. execution in background. here is my code
<a id="speechOutputLink" href="http://translate.google.com/translate_tts?tl=fr&q=text" rel="noreferrer" >Download</a>
When i click on the the href Download i don't want to be redirected to the page of google translator. How can i do this?