closeTab
Closes the tab that meets the conditions.
Syntax
closeTab = function(aTabIndex);
Parameters
- aTabIndex
- functions: tab index
Examples
//Close the first tab closeTab(0);
en:wascript:ecma:methods:closetab
Closes the tab that meets the conditions.
closeTab = function(aTabIndex);
//Close the first tab closeTab(0);