The intranet site of your company displays an interactive map with a table. You need to ensure that the data row associated with a specific pushpin on the map is highlighted when a user points the mouse to the pushpin. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A.
Use the VEMap.onLoadMap event to specify a function call.
B.
Use the VEMap.AttachEvent method to attach a mouse event to the VEMap object that calls a function.
C.
Use the VEMap.onmouseover event to capture user interaction. Create a JavaScript function for highlighting the row in the table.
D.
Use the VEMap.onmousemove event to capture user interaction. Create a JavaScript function for highlighting the row in the table.