Tabbar Iframe

HI

I am using tabbar with iframes. I want to access a function i.e. in iframe page that is loaded in tabbar from its parent page (page that contain tabbar). I can do it using simple iframe using id and name of iframe but in this case i havnt the id of iframe. plz help.

Regards

Umair Tairq

Hello,

  tabbar allows to get window of tab content by tab id (tabbar iframes don’t have ids):

   tabbar.tabWindow(tabId).yourFunction();