/*Hausaufgabe 1*/ /*Anzeigen von Datum, Uhrzeit und Zeitzone */ /*Erstellung einer HTML Datei, welche im InternetExplorer geƶffnet wird*/ /*Variablen werden mit JavaScript angezeigt, da mit ooRexx nichts angezeigt wurde*/ SAY "Aufgabe 5.1 - Anzeigen von Datum, Uhrzeit und Zeitzone im IE" SAY "Dateipfad muss individuell angelegt werden" MyExplorer = .OLEObject~new("InternetExplorer.Application") MyExplorer~visible = .true URL = "https://www.google.com" MyExplorer~Navigate(URL) filename = "test.html" file = "C:\Users\fblau\IdeaProjects\G01_T05"||.file~separator || filename file=.stream~new(file) /* Create a stream object */ file~open("both replace") file~lineout("") file~lineout("
") file~lineout("") file~lineout("") file~lineout("") file~lineout("") file~lineout("