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.

ASP Befehl für einen Zeilenumbruch

Empfohlene Antworten

Veröffentlicht

Hallo,

kann mir jemand sagen wie ich in ASP nen Zeilenumbruch machen kann. Bei HTML is es ja einfach nur <br>.

Danke

wie willst denn den Zeilenumbruch haben ?

Kannst ja mit

Response.Write("<br>")

nen Zeilenumbruch in die HTML Seite einfügen lassen.

Was anderes fällt mir grad spontan nicht ein :D

also wie du siehst will ich halt in den body von ner mail was reinschreiben, wo soll ich des response.write jetzt hintun damit ich hier nach jeder zeile code einen zeilenumbruch in der späteren mail habe?

danke

objMail.Body = "Bewertung: " & _

" |DE 20114231 U1|=" & Request.Form("DE_20114231") & _

" |DE 20115055 U1|=" & Request.Form("DE_20115055") & _

" |EP 0704780 B1|=" & Request.Form("EP_0704780") & _

" |EP 0770941 B1|=" & Request.Form("EP_0770941") & _

also du musst hinter Response.Write "blabla" ein & vbCrLf setzen um einen Zeilenumbruch zu bekommen doer du nimmst :;

Response.WriteLine

Weiter Hilfen (mit Suchfunktion) findest z.B. du bei ASP Heute

danke danke danke:p

np dafür bin ich ja da :D

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.