Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
365
JS get WebTab's SelectedTab ContentURL
posted

if (typeof $util !== 'undefined') {
                
                        var tab = $util.findControl(jQuery('div[name^="tab"]')[0].id);
                        var crrntTab = tab._tabs[tab.get_selectedIndex()];
                        page = crrntTab._element.childNodes[0].src;
                     
                }

 

Is there a better way to do this?

 

 

Parents
No Data
Reply Children
No Data