Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Daten als txt-Datei speichern

Empfohlene Antworten

Veröffentlicht

Hallo Leute,

muss eine kleine Einleitung schreiben, damit ihr wisst um was es überhaupt geht und was mein Problem ist.

Ich habe eine Eingabemaske, sozusagen ein Formular. Die Daten von diesem Formular werden schon in eine Datenbank gespeichert.

Nun möchte ich aber diese Daten noch als txt-File speichern. Besteht irgendwie die Möglichkeit diese Daten als

txt Filse zu specihern. Hat man generell die Möglichkeit die Daten als File zu speichern?

Vielen Dank für Eure Hilfe!!

Gruss Azubi-Tigerente

In welcher Sprache denn?

Ich habe eine .asp Seite. Entweder in JavaScript oder VB???

<%

Dim fso, datei, dateiname

Set fso = CreateObject("Scripting.FileSystemObject")

dateiname = Server.MapPath(".") & "\knurps.txt"

Set datei = fso.OpenTextFile(dateiname,8,true)

datei.writeline("Dein zu speichernder Text")

datei.close

%>

In diesem Beispiel würde "Dein zu speichernder Text" an das Ende der Datei "knurps.txt" im webserver-Verzeichnis angehängt. Schau dir einfach mal die Funktionen des "Scripting.FileSystemObject" an.

hth

Reinhold

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.