jannekk jannekk 14.12.2016, 11:55:40 3 + Mirki. Mam coś takiego:function open_win() { window.open("[http://google.pl](http://google.pl)") window.open("http:/facebook.pl")}Pokaż całość
theuser theuser 14.12.2016, 11:58:41 0 + @jannekk: jak chcesz żeby wystartował po załadowaniu strony to window.onload = open_win;
function open_win() {window.open("[http://google.pl](http://google.pl)")
window.open("http:/facebook.pl")
}
window.onload = open_win;