taeglicher-barde signal-2024-12-16-215110.mov <script type="text/javascript"> function changeToCursor1(){ document.body.style.cursor="url('staff1.cur'),url('staff1.cur'), default"; } function changeToCursor2(){ document.body.style.cursor="url('staff2.cur'),url('staff2.cur'), default"; } </script> <form> <input type="button" value="Change to cursor 1" onclick="changeToCursor1()" /><br> <input type="button" value="Change to cursor 2" onclick="changeToCursor2()" /> </form>