window.location.href vs clicking on an Anchor

Viewed 25695

What's the difference between clicking on:

<a href />

vs.

calling window.location.href = ...

?

6 Answers
Related