March 3, 200917 yr Hello, I'm not sure how to explain this so I'll take my time. Let's suppose I have a web page where I want to display news of three different categories. Let's say; sports, concerts and music. The news would be presented inside a 'box'. This 'box' would have three tabs; one for each category mentioned. I want the box to display one category at a time, so the user needs only to click one of the tabs to see the 'box' display the appropriate news. I want only the box to refresh, so the rest of the page stays the same. Is there a way to do this without frames, flash or javascript? Here's an example: Thanks in advance.
March 3, 200917 yr Well you have a few choices, i would go for one of the following: JQuery (or other js framework) ajax requests: NETTUTS- how-to-create-a-slick-tabbed-content-area Using a simple javascript show/hide div script that changes the style of the dive to show and hide. Using a pre made javascript like above with some nicer features: Dynamic Driver - animated slide I would go for number one
June 27, 200917 yr Author Well you have a few choices, i would go for one of the following: JQuery (or other js framework) ajax requests: NETTUTS- how-to-create-a-slick-tabbed-content-area That's it! Thanks!
Create an account or sign in to comment