I love the CB feature that allows you to load a profile page with a particular tab open with a URL something like this:
www.mysite.com/profile?tab=connections
But is it possible to open a specific tab with JavaScript link something like this:
Code:
<a onclick="tabPane.setSelectedIndex(1);" href="#">Open Tab</a>
It looks like it should be possible according to this page:
webfx.eae.net/dhtml/tabpane/tabpane.html
But I cant get it to work. Any ideas?
Many thanks!