Set Cursor to Hourglass
//Set cursor to hourglass document.body.style.cursor = "wait"; //Turn hourglass off document.body.style.cursor = "default";
12388 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Derek Etnyre http://www.dereketnyre.com
//Set cursor to hourglass document.body.style.cursor = "wait"; //Turn hourglass off document.body.style.cursor = "default";
//Get Server loc1 = location.href; in1 = loc1.indexOf(".nsf") + 4; var server1 = Left(loc1,in1);