Thursday, January 21, 2010

Re: select with link

Your requirement looks to be an ajax solution! Start by looking in the
CakePHP book at:
http://book.cakephp.org/view/208/AJAX

and also search the group and the internet for articles relating to
this. When ready, show us your solution ;)
Enjoy,
John

On Jan 20, 6:27 pm, martin <tincho...@gmail.com> wrote:
> hi,
> I need that when is onChange, redirect me to the view page of the
> product
> (this is on views/layouts/default )
>
> <?php echo $form->select('Producto.Id',$this->requestAction('/
> productos/findAllProductos'), null, array('onchange'=>*****,
> 'class'=>'select')); ?>
>
> how can I do it?
>
> thanks

No comments: