[Vienna-pm] Formularparameter benutzen

e_horn at fh-bingen.de e_horn at fh-bingen.de
Wed Feb 23 04:16:57 PST 2005



<html>
<header>
<title>Interface</title>
</header>

<body  bgcolor="white">
<h1>Eingabe:</h1>
<form action="http:///cgi-bin/search.pl" method="post"><td>

<table border="0" cellpadding="8" cellspacing="5">
<tr>
<td align="right">Suche:</td><input name="Start" type="hidden" value="5"></td>
<td><input name="Suchtext" type="text" value="Gtp-Protein">
<input type="reset" value="Reset"></td></tr><tr>
<td align="right"></td>
<td><input type="submit" value="abschicken"></td>
</tr>
</table>

</form>
</body>
</html>
Kann mir jemand sagen wie ich hier weiter komme.
Start soll in meinem CGI-Script verwendbar sein also der Wert 5!
Wie kann ich ihn ins CGI rein bekommen?
Suchtext bekomme ich so my $eingabe=$cgi->param("Suchtext");
aber wieso kappt das selbe nicht mit start??my $start=$cgi->param("Start");
jemand eine Idee?
Gruss

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.



More information about the Vienna-pm mailing list