![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: setting cursor to wait document-wide
From: Evertjan. <exjxw.hannivoort@interxnl.net>
Date: Tue Jan 31 2006 - 17:02:25 CET
PJ6 wrote on 31 jan 2006 in comp.lang.javascript:
> This is the only solution I've found to get a wait cursor
function Busy(){
document.body.style.cursor='wait'
zz = document.getElementsByTagName('A')
zz = document.getElementsByTagName('INPUT')
}
-- Evertjan. The Netherlands. (Please change the x'es to dots in my emailaddress)Received on Tue Feb 7 21:28:53 2006 |