Hi everyone, I am using an $ajax->link for showing a form in a DIV
that I've created with $ajax->div and $ajax->divEnd. The content of
the view is something like:
<?php
echo $form->create('Student');
echo $form->input('code');
echo $form->input('name');
echo $form->end('Save');
?>
When I clicked on the ajax link, it works fine in Firefox, but in
Internet Explorer happens nothing. If the content does not have a
Form it works well in IE.
Can anyone tell me how can I solve this issue? or some similar case?
Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---