hi, i need a litle help. I need to pass a paremeter to an action, that
parameter contains a string with the concatenation of the value of the
selected checkbox that i have in list (the index.ctp list).
I have a javascript function that returns that value. How can i pass
that returned value to the action via $html->link? in the second array
of the link i need to put the javascript returned value... but how can
i do that?
<?php echo $html->link('Borrar seleccion', array
('action'=>'delete'),null, sprintf(__('Are you sure you want to
delete?', true),' ')); ?>
pd: i´m not using ajax, and the best way to do this is via post or
get??
Thanks!!!!
Lucas
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---