I want to make a simple link to hide or show div's without loading any
new URLs. I just couldn't wrap my brain around it and resorted back
to calling Prototype functions directly.
[code]
<a href="javascript:Element.hide('RecipeData'); javascript:Element.show
('SearchArea'); nop;">Search Results</a>
[/code]
Is there a pretty way to do this in CakePHP?
Thanks!
Nancy M.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---