That's not what I was looking for, but thanks anyway...
Guess my language is not quite good in explaining.. :)

Anyway, I solved what I wanted...
I wanted to submit this form to a new page.
But I had some other AJAX calls in the same form that updates this form
(I am transfering some serialized data w/ this calls). So, I wanted
this button NOT to get back w/ AJAX, but as non-ajax return. So.. What
I did? I just added it as plain-ol' submit button, and added onclick
event:
onclick="$('my_form_id').submit()"

neat, isn't it?

sometime the simplest solution is the best.... :)

Thanks, Mariano for your help & effort!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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