tabbar.tabWindow iframe content ??

Greetings,
I am having difficulties accessing content loaded into a tabbar using iframe href method.
Here is a code snippet…

The x.html is just a simple form and loads into the tab correctly. but I cannot access the contents using ‘tabbar.tabWindow’ I have tried various iterations of the function and numerous different ways.
I get either ‘null’ or ‘undefined’ when trying to access it.
I trust it is something I am doing wrong. Any help would be greatly appreciated.
Thx.

Hello,

when do you use showContent() ?

This function should be called when x.html is completely loaded. For example you can call this function on body onload in the x.html:

Hello Alexandra,
Thank you so much for your reply, and suggestion.
I have tried your suggestion, with no resolution.
I still recieve the same response, ‘Undefined’.
I have tried several approaches and used both MS IE8 and M.FF.
Could it be a configuration issue in the browsers?
Also what is the difference between the different HSRefModes ?
Ifram, Iframes, Iframe-on-demand… ?

My hope is to be able to manipulate the contents of the form from outside the Tab’s iframe.
BTW. This works when I use just an Iframe without the DHTMLX Tab container.

Thanks again for your help.
Cheers,
Rob.

Hello,

I have tried your suggestion, with no resolution.

locally I can’t reproduce this problem. You can provide the complete demo - we’ll try to help

Also what is the difference between the different HSRefModes ?

you can find the details in documentation:
docs.dhtmlx.com/doku.php?id=dhtm … in_iframes