Referencing elemsnts inside Tabbar iframes

Hello All,



How do yo reeference an element inside an iframe in a Tabbar.



I have a tabbar called tabbar with a tab call vmap and I am trying to manipluate some selements in this tab. I cannot find our work out the correct way to refer to these elements from the parent docuemnt?



Many thanks

Scott

tabbar.tabWindow(“vmap”) - return iframe window object

tabbar.tabWindow(“vmap”).document.getElementById(“some_in_frame”)