Hi guys,
Is it possible to return the href of the location loaded inside a tab say if my is called ‘userinfo’ and its iframe is loaded to www.google.com?
James
There is no API call for such operation, but you can get the default value assigned to tab as
tabbar._hrefs[tab_id]
or current tab location ( in case of iframe based mode )
tabbar.tabWindow(tab_id).document.location.href