how to refresh fixed tab?
Hi,
try
location.reload();
Regards
Reek
fuck i know how to reload tab, i want refresh one tab select it via number, not url match
in firefox it's tabBrowser.getTab(index)
- https://developer.mozilla.org/en-US/docs/Mozilla/QA/Mozmill_tests/Shared_Modules/TabbedBrowsingAPI/tabBrowser
would like to find a cross-browser solution
tab control isn't a part of any cross-browser specification, which is only natural since implementation of tabs is 100% application specific.
In such cases the only way is to check different browser methods of tabs control and use whichever tests positive:
if (chrome && chrome.tabs) { refreshtab_chrome() }
tabBrowser = ....
if (tabBrowser) { refreshtab_mozilla() }
.....
how to refresh fixed tab?
i want set autorefresh for second tab on tabbar, i dnt want match page via url, this make many problems. i have fixed tab and i want refresh this tab in some interval