06/12/2012, 15:35
|
| | Fecha de Ingreso: diciembre-2012
Mensajes: 1
Antigüedad: 12 años, 1 mes Puntos: 0 | |
Respuesta: Tabla dinámica HTML con JAVa Si no es mucha molestia me podrían decir com ohago un formulario html en java ya lo hice en php pero en java no puedo
<title> Formulario </title>
</head>
<body bgcolor="#D2CECC">
<h2> Medicamentos </h2>
<form action="guardar.php" method="post" name="form">
<fieldset style="background:#00D2FF;width:28px" >
<legend><font size="3.5"><strong>Registro</strong></font></legend>
<em>Nombre:</em> <input name="fecha_caducidad" type="text" value="" /><hr align="left">
<em>Fecha de caducidad:</em> <input name="nombre" type="text" value="" /><hr align="left">
<input type="submit" value="Registrar" /></br>
<input type="reset" value="Borrar datos">
</fieldset>
</form>
</body>
</html>
Este es que el que hice en php pero en java no se como ni en que clase hacerlo me pueden ayudar? |