Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Netzwerke (https://www.delphipraxis.net/14-netzwerke/)
-   -   Delphi <input> Box füllen (https://www.delphipraxis.net/146762-input-box-fuellen.html)

SyntaxXx 26. Jan 2010 19:04


<input> Box füllen
 
Hallo ich schriebe ein Programm womit ich ein Formular an eine Seite schicken kann.

Nun habe ich aber folgendes Problem:

Normale Felder im Formular lasse sich ja ganz einfach erstellen bzw. füllen.

So:
Delphi-Quellcode:
list.Add('nickname='+Edit1.Text);
list ist hier natürlich als TStringList deklariert.

Der Quelltext abschnitt für sowas sieht dann wie folgt aus:

<input class="tBox" type="text" maxlength="20" name="nickname" id="nickname" size="41"value="">


So jetzt hab ich aber folgendes Feld:

<input type="text" size="41" id="word" name="word" class="tBox">

Wie ihr seht ohne "value".

Und wenn ich jetzt
Delphi-Quellcode:
list.Add('word='+Edit4.Text);
habe, dann wird das Feld nicht ausgefüllt.

Könnt ihr mit helfen, wa ich da falsch mache, bzw machen muss?

toms 8. Feb 2010 20:06

Re: <input> Box füllen
 
Wie füllst du denn die Input Box?


Alle Zeitangaben in WEZ +1. Es ist jetzt 17:03 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz