Hey,
I was wondering if it is possible to add tabs on a CMS page that allows the user to switch between content without refreshing the page?
Example: About Page
Tab1: Content 1
Tab2: Content 2
Tab3: Content 3
I currently have a PHP script that updates the database and actual site information for one content area only.
I want three within one page, but I only want to display one at a time. Is there a way to do it?
I don't want three seperate PHP pages for each of the content updates. This would make my CMS not as efficent.
Thanks