Dynamically Target a Tab on a page

Greetings @vishsahu
Is there a straight forward way I can target or open a specific tab on a page from a link on another page. I have some tabs on a page and I want to target each tab using links on a snippet Nav-Menu. Such that when a user clicks a specific link, it will not only open the page but will also open the target TAB…

Thanks

Thanks.

Hi @WillieMak,

There is no direct way to do it but it can be done with custom Javasript.

You can send some URL parameter and then read that param via Javascript and enable/disable the tabs on the basis of those parameters.

Thanks.

Ok. let me give it a try. Thanks @vishsahu