Here is the situation :
If i am in page-1 now i am clicking a link from page-1 to navigate to page-2. Before page-2 is loaded i am hitting escape so that still i am staying in page-1.
At that point i want to track that event.
Is there any javascript event so that i can track the above scenario.
More Info :
To avoid concurrent request to the "page-2", when the user clicks a link from page-1 i am redirecting to page-2 and disabling the link (to avoid multiple request to "page-2). At this point when we hit Esc and abort loading page-2, i need to enable the link again in page-1.