para empesar quiero darme la primer mañana que tuve con html y PHP.
un simple Formulario.
Primero voy a mostrarles lo que tengo:
HTML:
Código Codigo HTML:
JAVA:Ver original
<form name="form1" method="post" action="http : //www . mutualmp.com.ar/send/mut00a.php" target="i3frame"> <label><br> <input name="nombre" type="text" id="nombre" size="30" value="Nombre" class="style2" > </label> <br> <label><br> a.a.a <input type="text" name="legajo" id="legajo" value="Legajo" class="style2"> </label> <label><br> <br> <input type="text" name="email" id="email" value="E-mail" class="style2"><br> </label> <label><br> Comentario:<br> <textarea name="texto" id="texto" cols="45" rows="5" class="style2"></textarea> <input type="submit" name="submit" id="enviar" value="Enviar"> </label> </form>
Screem en:
www . mutualmp.com.ar/java/
Bueno la pregunta es:
Como seria el Codigo de JAVA
y donde va ubicado.
Saludos.