I wanted to use a script to change the mouse pointer on my website using JavaScript. It\'s better done by CSS but my requirement is of a script that can be distributed to ma
document.body.style.cursor = 'cursorurl';