[jQuery] Access tabs from an iframe to another.

[jQuery] Access tabs from an iframe to another.


Hallo all.
I got a problem accessing .ui-tabs-nav defined in an iframe from
another one.
I have a index page where I define an iframe: inside the iframe is
loaded a page where are defined the tabs.
http://pastie.org/384171
In index.html there is this piece of code
http://pastie.org/384170
Then I load a modal dialog with an iframe inside (using jquery
DOMwindow); now that i got this iframe I need to change the tab
content, but i cannot access the tab class to do it.
Normally inside the iframe where are defined the tabs I use this piece
of code to reload a tab
http://pastie.org/384176
I tried different ways to do the same thing in the other iframe as
described here http://pastie.org/384179 but with no result.
Any idea how to solve this problem?
Kind regards
Massimo UGues