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.

html:wo muss das textfeld und der rest rein?

Empfohlene Antworten

Ich hab folgenden quelltext. Es handelt sich um eine abfrage in der die personen nun zusätzlich ihren namen eintragen sollen

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"

"http://www.w3.org/TR/html4/strict.dtd">

<html>

<head>

<title>DVV-Umfrage</title>

<link rel="stylesheet" href="scripts/dcintranet.css" type="text/css">

</head>

<body>

<h2>DVV-Umfrage </h2>

<form action="/indigo/cgi-bin/dvv.pl" method = "post" onSubmit="doSearch();">

<hr>

<table border="0">

<tr class="hlParagraph">

<td> </td>

<td><p style="text-align:center;">schreibend</td>

<td><p style="text-align:center;">lesend</td>

<td><p style="text-align:center;">nicht benutzt</td>

</tr>

<tr class="textNormal">

<td>AE Auftragserfassung komplett </td>

<td><p style="text-align:center;"><input size=50 type="radio" name="frage1" value="schreibend"></td>

<td><p style="text-align:center;"><input type="radio" name="frage1" value="lesend"></td>

<td><p style="text-align:center;"><input type="radio" name="frage1" value="nicht benutzt"></td>

.......................

etc.

.......................

<td>VSTAT Statusrücksetzung Verladeeinheit</td>

<td><p style="text-align:center;"><input type="radio" name="frage179" value="1"></td>

<td><p style="text-align:center;"><input type="radio" name="frage179" value="2"></td>

<td><p style="text-align:center;"><input type="radio" name="frage179" value="3"></td>

</tr><tr>

<td colspan="6"><hr noshade style="width:100%; color:solid blue; height:1px; text-align:left; border:1px solid blue;">

</td>

</table>

<p><input type="submit" value="Absenden"></p>

</form>

</body>

</html>

Ich habe nun folgenden html-code gefunden weiß aber nich wo und was ich davon alles eintragen muss?

<html>

<head>

<title>Eine einfache Auswertung das Namens</title>

</head>

<body>

<h1><center><b><u> GET-Formular</u></b></center></h1><br><br>

<table width="50%" cellspacing=5 border=0

cellpadding=5 align="center" bgcolor="yellow">

<tr align="center " valign="center">

<form action="http://localhost/cgi-bin/auswert.pl" method=get>

<center><b>Bitte geben sie ihren Namen ein : </b>

<input name="Textfeld" size="20"> </input>

<input type=submit value="abschicken"></center>

</form>

</tr>

</table>

</body>

</html>

was ist mit 2 mal from action.... und den submit habe ich auch schon

Ich versteh zwar nicht genau wo dein Problem liegt. Aber ich versuchs trotzdem mal:

Wenn du das Textfeld auswerten möchtest musst du nur irgendwo zwischen <form> und </form > schreiben, also innerhalb des Formulars. So werden die Daten beim abschicken mit übertragen.

Wo du das Textfeld auf dem Bilschirm plazierst, bleibt letztendlich deine Entscheidung.

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.