Hello!
When search something on Google, a navigation page appears at the bottom of the page.
By clicking next page, an ajax request is made, but if we ask to open a new tab is made a full post.
Seeing the html, I see it is this link is a simple <a>.
How do they do to detect whether to make a full post or ajax request?