Hello,

I'm trying to submit a form with and image button using the Ajax
Helper.

When I do it with a regular form, with a postback, I get the x and y
coordinates of the place I clicked inside the button with: $this-
>params['form']['buttonName_x'] and $this->params['form']
['buttonName_y'].

When I do it with an $ajax->form, the ajax functionality works
perfect, but the x and y coordinates are not sent, the only variable I
can get is the $this->params['form']['buttonName'] but no coordinates.

Any sugestions on how can I get the x and y coordinates of the image
button using an $ajax->form ?

Thanks in advance,

Mache

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to