hellou,

i got little problem.
I have simple form, for example :

form->create('form');

$options[0] = //options for array
$selected[0] = //selected thing
$form->select('profiles',$options,$selected);

and some ajax button :
$ajax->submit('Choose', array( 'update' => 'content'));

just simple, after click on button, ajax request was send, proces and
something displayed  ...

but, i want to change it, to do it right after i change atribute in my
select, mean - when i choose something in select, form will be
submitet throug ajax and something will done (just like after click on
ajax button)

is there any way hot to use ajax onchange ???

thx a lot

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to