Hallo Vossi,
Wenn ich eine HTML-Datei mit den Formularfeld NAME besitze und in einer CGI-Datei auch ein Formularfeld NAME ist (die Variable im Script lautet $NAME), kann ich dann nach absenden des html-formulars das irgendwie machen das der Eingegebene name auch schon im neuen Formular des Scriptes steht ???
Wenn ja was muss im Formular und im script stehen ???
print "<form action='wasauchimmer'>";
print "<input name='NAME' value='$NAME' />";
print "</form>";
Du solltest vielleicht noch darauf achten, dass du den Inhalt der Variablen $NAME zuerst in HTML-gerechte Schreibweise umwandelst: http://aktuell.de.selfhtml.org/tippstricks/cgiperl/html-in-html/index.htm
Viel Erfolg,
Robert
--
What I "discovered" was that happiness is not something that happens. [...] Happiness, in fact, is a condition that must be prepared for, cultivated, and defended privately by each person.
-- Mihaly Csikszentmihalyi
What I "discovered" was that happiness is not something that happens. [...] Happiness, in fact, is a condition that must be prepared for, cultivated, and defended privately by each person.
-- Mihaly Csikszentmihalyi