ImageMap widget

2006-01-08 Thread Peter Sparkes
Hi, Is it possible to get mouse coordinates on MouseOver as well as on clicking. Thank you Peter Sparkes - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ImageMap widget

2006-01-08 Thread Bob Harner
Please describe more of what you're trying to accomplish. Mouseover events are a client-side thing and don't get sent to the server cocoon unless you have some javascript that explicitly does that. But if you're just asking about how to get mouseover coordinates in client-side javascript,

Re: ImageMap widget

2006-01-08 Thread Peter Sparkes
I wanted to use the mouse coordinates within an image in my cocoon flow script. However I realised after sending my email, as you rightly pointed out, that mouseover events are client side only. Thank you Peter Sparkes Bob Harner wrote: Please describe more of what you're trying to