hi
ich stelle mir was vor wie: document.style.cursor = 'hand';
funkioniert bei mir aber nicht --> Fehlermeldung: "document.style ist null oder nicht vorhanden"
falsche Syntax.
document.getElementByTagName("body")[0].style.cursor = "wait";
("hand" oder richtiger "pointer" ist für Links. Allerdings hat mir der IE dabei 'nen Error ausgespuckt..)