HI, this is a little strange.
Am using latest ver of firefox on XP.
I've got a div that is being generated by an ajax call, only depending
on which way I do it, the content's hrefs don't work.
If I generate it using an automatic javascript call the links are
dead, but if I generate it from a link click it's fine!
i.e.
<div id="list"></div>
<script type="text/javascript">
new Ajax.Updater('list','/dolist/$id');
</script>
This resulting content in list as some hrefs which are now
unresponsive
However if I populate it in a different way, say off an href click it
works.
e.g.
echo $link = $ajax->link('view items', '/dolist/'.$id,
array('update'=>'list'));
Has anyone come across something like this? Any suggestions!?
Many thanks
D.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---