Pomoc přepytać

Hladajće so wobšudstwa pomocy. Njenamołwimy was ženje, telefonowe čisło zawołać, SMS pósłać abo wosobinske informacije přeradźić. Prošu zdźělće podhladnu aktiwitu z pomocu nastajenja „Znjewužiwanje zdźělić“.

Dalše informacije

I want to open firefox with a few tab, but not the home's one, I do it with IE using script, but don't know how to do it with Firefox

  • 2 wotmołwje
  • 15 ma tutón problem
  • 20 napohladow
  • Poslednja wotmołwa wot johnny.michiels

more options

with IE this script work : var navOpenInBackgroundTab = 0x1000; var oIE = new ActiveXObject("InternetExplorer.Application"); oIE.Navigate2("http://trafiroutes.wallonie.be/trafiroutes/Redirect.do?form=framed/carte"); oIE.Navigate2("http://mobilis.touring.be/info-trafic/index.aspx?extlg=fr", navOpenInBackgroundTab); oIE.Navigate2("http://www.tomtom.com/livetraffic?Lid=13", navOpenInBackgroundTab); oIE.Navigate2("http://www.meteo.be/meteo/view/fr/211797-Belgique+Europe+Monde.html", navOpenInBackgroundTab); oIE.Visible = true;

I want to do the same, but with Firefox Thank you .

with IE this script work : var navOpenInBackgroundTab = 0x1000; var oIE = new ActiveXObject("InternetExplorer.Application"); oIE.Navigate2("http://trafiroutes.wallonie.be/trafiroutes/Redirect.do?form=framed/carte"); oIE.Navigate2("http://mobilis.touring.be/info-trafic/index.aspx?extlg=fr", navOpenInBackgroundTab); oIE.Navigate2("http://www.tomtom.com/livetraffic?Lid=13", navOpenInBackgroundTab); oIE.Navigate2("http://www.meteo.be/meteo/view/fr/211797-Belgique+Europe+Monde.html", navOpenInBackgroundTab); oIE.Visible = true; I want to do the same, but with Firefox Thank you .

Wubrane rozrisanje

You can do that with command line arguments, for details see either of these links:

Tutu wotmołwu w konteksće čitać 👍 0

Wšě wotmołwy (2)

more options

Wubrane rozrisanje

You can do that with command line arguments, for details see either of these links:

more options

Thank you for your Help TonyE

with this :

"D:\Program Files\Mozilla Firefox\firefox.exe" -new-window "https://developer.mozilla.org" "D:\Program Files\Mozilla Firefox\firefox.exe" -new-tab "https://developer.mozilla.org" -new-tab "https://developer.mozilla.org" -new-tab "https://developer.mozilla.org"

It first open a new windows and the add 3 tab inside .

Cool . Have a nice day