For public viewed sites, I would tend to not use AJAX with a main navigation system. For an admin site, go for it.
I don't use AJAX as site level navigation because of what it does (or does not) do with the browser back button. People still reply on that button as a main navigation tool and when you use AJAX that back button isn't correct and they ended somewhere unexpected. JMHO. Russ On Mar 26, 9:52 am, Stu <[email protected]> wrote: > This was my first attempt with Ajax, and I think I took it for > granted. $html->link would work fine, it's just that for security > measures, using Ajax->link would of saved me a bunch of coding. > Anyways, I'm gonna limit my Ajax to pagination only, and get some work > done. > > Thx anyways man, I appreciate the help. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
