<!DOCTYPE HTML><HTML><Head><MetaCharSet= "Iso-8859-1"><title>Insert Title here</title><Scriptlanguage= "JavaScript"> functionSetcursorbyid (ID, cursorstyle) {varElem; if(document.getElementById&&(Elem=document.getElementById (ID))) { if(elem.style) elem.style.cursor=Cursorstyle; } }</Script></Head><Body> <spanstyle= "Cursor:auto;">Auto</span> <spanstyle= "Cursor:move;">Move</span> <spanstyle= "Cursor:no-drop;">No-drop</span> <spanstyle= "cursor:col-resize;">Col-resize</span> <spanstyle= "Cursor:all-scroll;">All-scroll</span> <spanstyle= "Cursor:pointer;">Pointer</span> <spanstyle= "cursor:not-allowed;">Not-allowed</span> <spanstyle= "cursor:row-resize;">Row-resize</span> <spanstyle= "Cursor:crosshair;">Crosshair</span> <spanstyle= "cursor:progress;">Progress</span> <spanstyle= "cursor:e-resize;">E-resize</span> <spanstyle= "cursor:ne-resize;">Ne-resize</span> <spanstyle= "Cursor:default;">Default</span> <spanstyle= "Cursor:text;">Text</span> <spanstyle= "cursor:n-resize;">N-resize</span> <spanstyle= "cursor:nw-resize;">Nw-resize</span> <spanstyle= "CURSOR:HELP;">Help</span> <spanstyle= "Cursor:vertical-text;">Vertical-text</span> <spanstyle= "cursor:s-resize;">S-resize</span> <spanstyle= "cursor:se-resize;">Se-resize</span> <spanstyle= "Cursor:inherit;">Inherit</span> <spanstyle= "cursor:wait;">Wait</span> <spanstyle= "cursor:w-resize;">W-resize</span> <spanstyle= "cursor:sw-resize;">Sw-resize</span> <Div> <aID= "e1h"href="#"style= "CURSOR:HELP;"onclick= "Setcursorbyid (' E1 ', ' help '); return false;">Help</a> <aID= "E1W"href="#"style= "cursor:wait;"onclick= "Setcursorbyid (' E1 ', ' wait '); return false;">Wait</a> <aID= "e1m"href="#"style= "Cursor:move;"onclick= "Setcursorbyid (' E1 ', ' move '); return false;">Move</a> <aID= "E1C"href="#"style= "Cursor:crosshair;"onclick= "Setcursorbyid (' E1 ', ' crosshair '); return false;">Crosshair</a> <aID= "E1T"href="#"style= "Cursor:text;"onclick= "Setcursorbyid (' E1 ', ' text '); return false;">Text</a> <aID= "E1A"href="#"style= "Cursor:default;"onclick= "Setcursorbyid (' E1 ', ' Default '); return false;">Default</a> <aID= "E1A"href="#"style= "Cursor:pointer;"onclick= "Setcursorbyid (' E1 ', ' pointer '); return false;">Pointer</a> <aID= "E1A"href="#"style= "Cursor:auto;"onclick= "Setcursorbyid (' E1 ', ' Auto '); return false;">Auto</a> </Div> <Div> <aID= "E1"href="#"onclick= "Setcursorbyid (' E1 ', ' help '); return false;">Test</a> </Div></Body></HTML>
Original: http://www.javascripter.net/faq/stylesc.htm
JavaScript Set Cursor Style