Hello,
i'm using this great helper , but i got a pb and don't why : (
i'm using a first selectTag, with this choice , it updates a second
one (with ajax) and with the second choise, it updates the whole div
to write an article, with and ajax link at the bottom of it.
but the aajx link doesn't work at all, it does nothing.
here is my ajax link
<?php echo $ajax->link(
$html->image('icons/accept.png',array('alt'=>'valider')),
'myURL'.,
array('update'=>'myDiv'),
null,
false);?>
here is what it does :
<a id="link13257" onclick=" return false;" href="myURL">
<img alt="valider" src="/img/icons/accept.png"/>
</a>
any idea? or a solution? :p
thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---