setting cursor to wait document-wide
- From: "PJ6" <nobody@xxxxxxxxxxx>
- Date: Tue, 31 Jan 2006 15:36:44 GMT
This is the only solution I've found to get a wait cursor document-wide:
function Busy()
{
if (document.all) for (var i=0;i < document.all.length; i++)
document.all(i).style.cursor = 'wait';
}
Sadly, for pages with a lot of elements, its performance is not acceptable.
Any ideas?
TIA,
Paul
.
- Follow-Ups:
- Re: setting cursor to wait document-wide
- From: BootNic
- Re: setting cursor to wait document-wide
- From: Evertjan.
- Re: setting cursor to wait document-wide
- From: jshanman
- Re: setting cursor to wait document-wide
- Prev by Date: Re: document-wide disable of mousedown
- Next by Date: Re: document-wide disable of mousedown
- Previous by thread: document-wide disable of mousedown
- Next by thread: Re: setting cursor to wait document-wide
- Index(es):
Relevant Pages
|