Hello Friends,
I want to show a hour glass while processing of my page is going on.
As ie6.0 is not showing it automatically.
I used (document.body.style.cursor="wait"

on my onload event so that now it is showing me a hour glass.
But it is showing the same cursor style even after the page has been loaded.
Where should I write(document.body.style.cursor="default"

so that it will show me default cursor after page loading.