Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by koosvdkolk on Jan 14, 2008 07:46
open dhtmlx forum
function getUrl(tabId)?

Is it possible to get the URL of the page loaded in a particular tab?

My tabbar is in iframes-href-mode.
Answer posted by Support on Jan 14, 2008 07:58
You can get it as
    tabbar._hrefs[id]
where id - id of tab in question

Please beware that it will be url set by script, if it was changed later ( by links in iframe ) - you can get actual value as
   
    tabbar.tabWindow(id).document.location.href