<html>
<head>
<title>Problema</title>
</head>
<body>
<form action="pagina2.php"
method="post">
Ingrese nombre:<input
type="text" name="nombre"><br>
Ingrese su curriculum:<br>
<textarea name="curriculum">
</textarea>
<br>
<input type="submit" value="Confirmar">
</form>
</body>
</html>
|