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
nagasrinunagasrinu 

Visual force page(creating tabs)

i want to create tabs in a visual force page, on click of the tab i should go to that particular page,can any body tell me how to do it?
ravindraravindra
You can create tabs using  <apex:tabPanel> and <apex:tab> tags in visualforce. U can find the sample code in the pdf supplied, force.com_visaulforce_pages_developer guide.