function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sreenivasAppssreenivasApps 

previous and next command links functionality for tabs?

i have created 3 tabs and i have previous and next  links on bottom of the page .  so when next link is clicked next tab should be opened in the same way previous link is clicked previous tab has to be opened . 

Aruna@developerforceAruna@developerforce

Use combionation of Apex: Tabpanel tag and Hyperlink tag "<a>" on visualforce page. On click of Hyperlink, need to activate next tab from tabpanel..

sreenivasAppssreenivasApps

aruna can you give some sample code for this ...