Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

cgi per inviare moduli via email

0 views
Skip to first unread message

alex

unread,
Jul 31, 2003, 2:14:35 PM7/31/03
to
vorrei creare un modulo di iscrizione, in cui l'utente deve immettere
nome e password, che poi mi verranno inviate via email.
Pero' l'invio deve avvenire senza l'uso di programmi come outlook,
quindi magari con un programma cgi.
Ho provato con questo http://scripts.lhhost.com/cgi-bin/form-mail.pl
ma non funziona.
Forse perche' l'url non e' piu' esistente, o perche' ho sbagliato
qualcosa.
Comunque ecco il codice completo

<html>

<head>
<meta http-equiv="Content-Language" content="it">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<title>Nome</title>
</head>

<body>

<table border="0" cellpadding="0" cellspacing="0"
style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td style="border-width: 0">&nbsp;</td>
<td style="border-width: 0">&nbsp;</td>
<td style="border-width: 0">&nbsp;</td>
</tr>
<tr>
<td style="border-width: 0">&nbsp;</td>
<td style="border-width: 0">
<form method="POST"
action="http://scripts.lhhost.com/cgi-bin/form-mail.pl">
<p>Nome:&nbsp; <!--webbot bot="Validation"
b-value-required="TRUE" --><input type="text" name="T1"
size="20"><input type="submit" value="Login" name="B1"><br>
Pass:&nbsp;&nbsp;&nbsp;
<!--webbot bot="Validation" b-value-required="TRUE" --><input
type="password" name="T2" size="20"></p>
<input type="hidden" name="recipient"
value="mioe...@libero.it">
<input type="hidden" name="redirect"
value="http://www.miosito.it">
<input type="hidden" name="required" value="T1,T2">
</form>
</td>
<td style="border-width: 0">&nbsp;</td>
</tr>
<tr>
<td style="border-width: 0">&nbsp;</td>
<td style="border-width: 0">&nbsp;</td>
<td style="border-width: 0">&nbsp;</td>
</tr>
</table>

</body>

</html>

0 new messages