When I click a link with an href=#
the browser scrolls to the div instead of reloading the page. How can I force a reload?
To clarify, I do not want to just reload the page, but I want to reload the page AND go to the associated div designated with the #X. For example <a href=#153>
should reload the page and go to that div.
All current questions in this regards talk about simply reloading the page; not reloading and redirecting to the div.
Yes, I am quite aware this is easily done with JavaScript. But with a task so simply, I'm sure there is a way of doing this without JavaScript.