How to insert onclick to refresh the page using cakephp (1.3)?

0

I would like to know how to put an onclick event on a submit to refresh the page after the submit action.

the submit code line is this. It includes a new option in a registration.

echo $form->submit('Incluir', array('id'=>'botao','div'=>false));

Thank you!

    
asked by anonymous 06.03.2018 / 16:58

0 answers