ok,adesso lo provo
però cmq mi da un errore:
ADODB.Recordset error '800a0cb3'
Current Recordset does not support updating. This may be a limitation of the provider, or of the selected locktype.
/registrazione.asp, line 194
che roba è?
ps: il codice per mandare l'email purtroppo non è altro chè il form e il campo action...
<form name="form1" method="post" action="mailto:lòl@lòl.it" enctype="text/plain">
<label>
Nome
<input type="text" name="nome">
Cognome
<input type="text" name="cognome">
Username
<input type="text" name="username">
Password
<input type="text" name="password">
<input type="text" name="email">
<input type="hidden" name="subject" value="REGISTRAZIONE AL SITO " >
<input type="submit" name="Submit" value="Invia">
</label>
</form>

Rispondi quotando