Содержание

createTab

Adds a new tab and makes it an active

Syntax

createTab = function(aURI, aReferer, aWaitLoaded);

Parameters

Notes

Examples

  1. createTab();
  2. createTab('yandex.ru');
  3. createTab('yandex.ru','https://google.ru/');
  4. createTab('yandex.ru','https://google.ru/',true);