How to refer to the tab from a loaded href?

I must update the tab structure from a remote page loaded trought href parameters on tabbar.

My structure are:





    














My problem are add, delete and sect active tab from the program loaded with iframes href parameter.



Thank

You can use next code from any of child iframes if necessary

    parent.[tabbar_name].[command_name]

for example, in case of you html snippet

    parent.add.addTab(…

value of “id” attribute => can be used to refer to tabbar object after its initialization.