Download the firebug extension to firefox, so you can see the trasfers.

Your ajax layout should not contain any doctype definitio, nor html, head, body tags, because what you're sending isn't a new document but a fragment of html (in general you're sending some data to process)

You can't load any _javascript_ (at least the way you're trying to do it) and you don't need to do it at all. As long as you haven't load a new page all your scripts previously loades are already loaded and you can use it.

If you need to load some scripts specifically for the fragment you're loading there are some methods, but it's a little difficult.

Hope it helps you
Regards,


--
Pablo Viojo
[EMAIL PROTECTED]
http://pviojo.net

On 8/23/06, Toby Parent < [EMAIL PROTECTED]> wrote:

Suggestions of how to see what's wrong with generated HTML: Look at it
through Firefox, with the Web Developer extension loaded in. It
includes a toolbar option to 'View Generated Source'.

Don't know if it'll help, but I use it often.

Regards,
- Toby (bigClown) Parent



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to