forecasting
Programmer
- May 2, 2002
- 130
I have an asp page that is running Office Web Components. When the user mouses over a cell in the spreadsheet component, I use an event to trigger changing the mouse pointer from an arrow to a hand. The event triggers properly but I don't have the DHTML syntax to change the pointer. I tried
form1.owcSS1.style.cursor = hand
and
form1.style.cursor = hand
No luck. I get an error message stating that the object does not support this property.
Any help on code that changes the mouse pointer?
form1.owcSS1.style.cursor = hand
and
form1.style.cursor = hand
No luck. I get an error message stating that the object does not support this property.
Any help on code that changes the mouse pointer?