Sembra una domanda sciocca e mi imbarazza molto anche..
So creare il pulsante, so creare i campi di input, ma non so come convalidarli XD
Spero che voi possiate aiutarmi...
Ecco il codice che vorrei usare:
So creare il pulsante, so creare i campi di input, ma non so come convalidarli XD
Spero che voi possiate aiutarmi...
Ecco il codice che vorrei usare:
Codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Language" content="it" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Senza nome 2</title>
</head>
<body>
<p>Crea un utente:</p>
<form method="post">
Nome utente:
<input name="Text1" type="text" style="width: 148px" /></form>
<form method="post">
Password:
<input name="Text2" type="password" style="width: 148px" /></form>
<form method="post">
Email
<input name="Text1" type="text" style="width: 210px" /></form>
<form method="post">
<input name="Submit1" type="submit" value="Invia" /></form>
</body>
</html>