What's the difference between clicking on:
<a href />
vs.
calling window.location.href = ...
window.location.href = ...
?