Webseite via Script speichern
Ich brauche ein VBS Script, dass ich alle 30min starten kann und mir die Webseite lokal speichert.
Ich habe einmal folgende Programmiert, doch beim speichern kommt es immer zum fehler:
set ieobj = createobject(\"internetexplorer.application\")
ieobj.visible=true
ieobj.navigate \"http://www.google.ch\"
IExplorerObj.Document.execCommand(\"saveas\", false, \"C:\\copy.htm\")
Ich habe einmal folgende Programmiert, doch beim speichern kommt es immer zum fehler:
set ieobj = createobject(\"internetexplorer.application\")
ieobj.visible=true
ieobj.navigate \"http://www.google.ch\"
IExplorerObj.Document.execCommand(\"saveas\", false, \"C:\\copy.htm\")
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 121413
Url: https://administrator.de/contentid/121413
Ausgedruckt am: 19.11.2024 um 08:11 Uhr
1 Kommentar
Hallo Jeremia!
Wenn's auch mit dieser Zeile
<code tpye="plain">ieobj.Document.execCommand "SaveAs", false, "C:\copy.htm"
nicht funktioniert, gäbe es zB noch folgende alternative Vorgangsweisen:
VBScript - Creating a Microsoft Web Archive (*.mht) File Programmatically
How to Use VBScript to Download a Web Page
Grüße
bastla
Wenn's auch mit dieser Zeile
<code tpye="plain">ieobj.Document.execCommand "SaveAs", false, "C:\copy.htm"
nicht funktioniert, gäbe es zB noch folgende alternative Vorgangsweisen:
VBScript - Creating a Microsoft Web Archive (*.mht) File Programmatically
How to Use VBScript to Download a Web Page
Grüße
bastla