Changing cursor (mouse pointer) in javascript
// for a hourglass cursor
window.document.body.style.cursor = "wait";
// for a normal cursor
window.document.body.style.cursor = "default";
Tricks & tips from a asp.net developper.
// for a hourglass cursor
window.document.body.style.cursor = "wait";
// for a normal cursor
window.document.body.style.cursor = "default";
Posted by
Denis Sauve
at
10/11/2006
Labels: javascript
No comments:
Post a Comment