SAY "Hier finden Sie die aktuellen Wetterprognosen!" myIE = .OLEObject~New("InternetExplorer.Application") myIE~FullScreen = .True myIE~Visible = .True myIE~Navigate("https://wetter.orf.at/oes/prognose") myIE2 = .OLEObject~New("InternetExplorer.Application") myIE2~Width = 500 myIE2~Height = 1000 myIE2~Visible = .True myIE2~Navigate("https://www.meteoblue.com/en/weather/week/vienna_austria_2761369")