I have a html page which has multiple html links . Once you click the link the corresponding page will be shown in the right side frame. When I click one of the link , the web-server takes much time to respond and it is inconsistent .
My requirement is , i have to start a timer when i click on a page if the page is not served within some predefined timeout then i need to cancel the http request which is submitted on this server. How to achieve this.
This is not ajax request . just plain html href request onclick of a link.
Thanks.