How is clicking on a link canceled?

kitaysMobile

New Member
After having clicked on a link to page A on a webpage, which is taking time to redraw, you can sometimes click on a different link on the original page that leads to page B, and that will cancel direction/rendering of page A, and you end up having directed to page B.[*]How does this canceling mechanism work?[*]Is it possible to do a similar thing with javascript function calls, i.e., canceling function calls when some other user event happens?
 
Back
Top