Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Does anyone know what Windows function/event I can use to trigger an action on a mouse rollover?
Rollover on what? If the target is (derived from) a window, try the WM_MOUSEMOVE message. If the mouse is not captured, the WM_MOUSEMOVE message is received by the CWnd object beneath the mouse cursor.