Categories | Question details Back To List | ||
change tabBar I have one tabbar , It contain one jsp page having links , When i click on link then next tabBar should be activate and shows the required jsp page under that new tab. Answer posted by Support on Mar 04, 2008 01:22 You can use javascript command inside your link <a href="javascript:mytabbar.setTabActive('tab2')" > Link </a> |