Re: document-wide disable of mousedown
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

Re: document-wide disable of mousedown

From: Jasen Betts <jasen@free.net.nz>
Date: Fri Feb 03 2006 - 11:13:31 CET

On 2006-01-31, PJ6 <nobody@nowhere.net> wrote:
> AJAX is great but I'd like to prevent users from clicking anything again and
> causing more actions to happen while the server is working on the current
> request without changing the contents of the page. I already set the pointer
> to a wait cursor.
>
> What's the best way to disable OnMouseDown document-wide?

make synchronous requests instead of async.

-- 
Bye.
   Jasen
Received on Tue Feb 7 21:32:45 2006