Link to specific tab

Is it possible to link to a page including a preselected tabcontainer-control?

Example:
Page A contains per-item-links in a datagrid: <a href="/configure-event/${data.Event?.EventID}/?tab=tab3">Configure this</a>
Page B contains a tabcontainer with 3 tabs, the first one is selected by default, but I want the third one to be opened already if the user comes from Page A

I mean I know I can bind the seleced tab to some condition. But I am not sure how to configure the parameter right, so I can use it on Page B.

Here is a thread which shows something similar: Navigate to a page with tabbed element

1 Like