Am 24.02.2014 13:16, schrieb (E-Mail Removed):
> I'm doing a test Perl script under Windows 2008
>
> Here is the HTML page that calls it; a simple submit button
> ...
> <body>
> <form action="cgi-bin/lambdaperl.cgi" method="POST">
The input-submit buttion has to be inside this form.
> </form>
>
> <form method="POST">
This is now a new formular with no action specified what to do when
something is submitted.
> <p><input type="submit" name="B1" value="Submit"></p>
> </form>
> </body>
> </html>
Greetings,
Janek
> I'm doing a test Perl script under Windows 2008
>
> Here is the HTML page that calls it; a simple submit button
> ...
> <body>
> <form action="cgi-bin/lambdaperl.cgi" method="POST">
The input-submit buttion has to be inside this form.
> </form>
>
> <form method="POST">
This is now a new formular with no action specified what to do when
something is submitted.
> <p><input type="submit" name="B1" value="Submit"></p>
> </form>
> </body>
> </html>
Greetings,
Janek
Aucun commentaire:
Enregistrer un commentaire