Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by KRajesh on Mar 03, 2008 23:21
open dhtmlx forum
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>