How do you implement onmousemove in Firefox? I have it working in IE7 but no alert pops in Firefox. Is is not supported or done differently?
<esri:Map ID='Map1' runat='server' MapResourceManager='MapResourceManager1' Height='100%' Width='100%' VirtualDirectory='' PrimaryMapResource='ESRI_Imagery_World_2D' Extent='-130,37,-117,46' onmousemove='alert()' > </esri:Map>
I thinkk the problem is that you need to put something inside your alert(), such as:
I just tried this and it worked in FF: