TABBAR forceLoad

I’d like to reload a page when selecting a tab, but it doesn’t work.









Thank for helping.

forceLoad command can be used to load some different content in the tab, so it requires two parameters , id of tab and url which will be loaded.
If second parameter not used, the old href will be used, but most probably browser will reload page from cache instead of real url.
You can try to use

function on_select_handler(idn, ido) {

var uid="&uid="+(new Date()).valueOf();
tabbar.forceLoad(idn,tabbar._hrefs[idn]+uid);

return true;

}

It still doesn’t work.
Iframe pages are no-cache, but still nothing happen.

Thank you for helping

Unfortunately issue can’t be reconstructed locally.
If problem still occurs for you - please provide any kind of sample or online demo where issue can be reconstructed. ( you can send such info directly to support@dhtmlx.com )