Hi All,
Scenario is while loading a page i have to get a image from particular location.
Image loading is a http request, which is mention in the JavaScript Function ?.
If image take more than 1 second to laod i have to abort that process and load the rest the page.
How to achieve this ?.