Foros del Web » Creando para Internet » HTML »

pasa de imformavion de un formulario a otro

Estas en el tema de pasa de imformavion de un formulario a otro en el foro de HTML en Foros del Web. hola soy una persona nueva en este foro y asta ahora comienso a dar mis primeros pasos en la progamacion y necesito que ma alluden ...
  #1 (permalink)  
Antiguo 17/08/2007, 07:30
 
Fecha de Ingreso: julio-2007
Mensajes: 4
Antigüedad: 16 años, 9 meses
Puntos: 0
pasa de imformavion de un formulario a otro

hola

soy una persona nueva en este foro y asta ahora comienso a dar mis primeros pasos en la progamacion y necesito que ma alluden a realizar un formulario.

lo que pasa es que nescito que me tome todo lo que escibo y me lo ,pase otro formulario html
sera que me pueden ayudar a qui pongo mi codigo.


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Documento sin t&iacute;tulo</title>
<SCRIPT language="JavaScript" type="text/javascript">

<!-- Begin
function displayHTML(form) {
var inf = form.htmlArea.value;
win = window.open(", ", 'popup', 'toolbar = no, status = no');
win.document.write("" + inf + "");
}
// End -->
</script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body,td,th {
font-family: Times New Roman, Times, serif;
font-size: 16px;
color: #000000;
font-weight: bold;
font-style: italic;
}
body {
background-color: #FFFFFF;
background-image: url();
}
.Estilo1 {color: #000000}
-->
</style>
</head>

<body>
<form name="form1" method="post" action="destino.html" >

<table width="90%" border="1" align="center">
<tr>
<td width="0%" rowspan="2"><img src=""></td>
<th width="33%"><div align="center" class="Estilo1">COMITE ISO </div></th>
<td colspan="2"><div align="right"><span class="Estilo1"><strong>VERSION No:</strong></span>
<input name="version" type="text" id="version" style="width:100px;height:20px;background-color:#CCCCCC; size="17">
</div></td>
</tr>
<tr>
<th height="42"><div align="center" class="Estilo1"><strong>CONTROL DE REUNIONES ISO 9000 Y 22000 </strong></div></th>
<td colspan="2"><div align="right"><span class="Estilo1"><strong>PAGINA No:</strong></span>
<input name="pagina" type="text" id="pagina" style="width:100px;height:20px;background-color:#CCCCCC; size="17">
</div></td>
</tr>
<tr>
<th colspan="2"><div align="left"><span class="Estilo1">Estado del Documento:</span> <input name="estado" type="text" id="estado" style="width:100px;height:20px;background-color:#CCCCCC; name="textfield4">
</div></th>
<th width="13%"><div align="left"><span class="Estilo1">FECHA</span></div></th>
<th width="29%"><div align="center">
<script language ="JavaScript">
<!--
var now = new Date()
var dia = now.getDay()
var mes = now.getMonth()
var fecha

//El día de la semana
if(dia==0){
fecha="Domingo, ";
}else if(dia==1){
fecha="Lunes, ";
}else if(dia==2){
fecha="Martes, ";
}else if(dia==3){
fecha="Miércoles, ";
}else if(dia==4){
fecha="Jueves, ";
}else if(dia==5){
fecha="Viernes, ";
}else{
fecha="Sábado, ";
}

fecha = fecha + now.getDate() + " de "
//El nombre del mes
if(mes==0){
fecha=fecha + "Enero"
}else if(mes==1){
fecha=fecha + "Febrero"
}else if(mes==2){
fecha=fecha + "Marzo"
}else if(mes==3){
fecha=fecha + "Abril"
}else if(mes==4){
fecha=fecha + "Mayo"
}else if(mes==5){
fecha=fecha + "Junio"
}else if(mes==6){
fecha=fecha + "Julio"
}else if(mes==7){
fecha=fecha + "Agosto"
}else if(mes==8){
fecha=fecha + "Septiembre"
}else if(mes==9){
fecha=fecha + "Octubre"
}else if(mes==10){
fecha=fecha + "Noviembre"
}else{
fecha=fecha + "Diciembre"
}

fecha = fecha + " del " + now.getYear()

document.write(fecha);
//-->
</script>
</div></th>
</tr>
<tr>
<th colspan="2"><div align="left"><span class="Estilo1">Acta No:
<input name="Acta" type="text" id="Acta" style="width:100px;height:20px;background-color:#CCCCCC; name="textfield5">
</span></div></th>
<th colspan="2"><div align="center" class="Estilo1">UEN:
<input name="uen" type="text" id="uen" style="width:100px;height:20px;background-color:#CCCCCC; name="textfield6">
</div></th>
</tr>
<tr>
<td height="26" colspan="2">Fecha de Reunion:
<script language ="JavaScript">
<!--
var now = new Date()
var dia = now.getDay()
var mes = now.getMonth()
var fecha

//El día de la semana
if(dia==0){
fecha="Domingo, ";
}else if(dia==1){
fecha="Lunes, ";
}else if(dia==2){
fecha="Martes, ";
}else if(dia==3){
fecha="Miércoles, ";
}else if(dia==4){
fecha="Jueves, ";
}else if(dia==5){
fecha="Viernes, ";
}else{
fecha="Sábado, ";
}

fecha = fecha + now.getDate() + " de "
//El nombre del mes
if(mes==0){
fecha=fecha + "Enero"
}else if(mes==1){
fecha=fecha + "Febrero"
}else if(mes==2){
fecha=fecha + "Marzo"
}else if(mes==3){
fecha=fecha + "Abril"
}else if(mes==4){
fecha=fecha + "Mayo"
}else if(mes==5){
fecha=fecha + "Junio"
}else if(mes==6){
fecha=fecha + "Julio"
}else if(mes==7){
fecha=fecha + "Agosto"
}else if(mes==8){
fecha=fecha + "Septiembre"
}else if(mes==9){
fecha=fecha + "Octubre"
}else if(mes==10){
fecha=fecha + "Noviembre"
}else{
fecha=fecha + "Diciembre"
}

fecha = fecha + " del " + now.getYear()

document.write(fecha);
//-->
</script></td>
<td colspan="2">Tema de Reunion:<span class="Estilo1">
<input name="tema" id="tema" style="width:100px;height:20px;background-color:#CCCCCC; type="" size="35%"text>
</span></td>
</tr>
<tr>
<th colspan="4"><div align="center">Actividades Realizadas</div></th>
</tr>
<tr>
<th colspan="4"><div align="center">
<textarea name="actividad"" rows="18%" id="actividad" style="width:75%;height:10%;background-color:#CCCCCC; cols="75%></textarea>
</div></th>
</tr>
<tr>
<th><div align="center">Tareas</div></th>
<th><div align="center">Responsables</div></th>
<th colspan="2"><div align="center">Fechas</div></th>
</tr>
<tr>
<td><input name="tarea" type="text" id="tarea" style="width:100px;height:20px;background-color:#CCCCCC; name="textfield8"></td>
<th><div align="center">
<input name="responsables" type="text" id="responsables" style="width:100px;height:20px;background-color:#CCCCCC; name="textfield82">
</div></th>
<th><div align="center">1.</div></th>
<td><div align="center">
<input name="fecha" type="text" id="fecha" style="width:100px;height:20px;background-color:#CCCCCC; name="textfield822">
</div></td>
</tr>
<tr>
<td><input name="tarea1" type="text" id="tarea1" style="width:100px;height:20px;background-color:#CCCCCC; name="textfield83"></td>
<th><div align="center">
<input name="responsables1" type="text" id="responsables1" style="width:100px;height:20px;background-color:#CCCCCC; name="textfield84">
</div></th>
<th><div align="center">2.</div></th>
<td><div align="center">
<input name="fecha1" type="text" id="fecha1" style="width:100px;height:20px;background-color:#CCCCCC; name="textfield842">
</div></td>
</tr>
<tr>
<td><input name="tarea2" type="text" id="tarea2" style="width:100px;height:20px;background-color:#CCCCCC; name="textfield85"></td>
<th><div align="center">
<input name="responsables2" type="text" id="responsables2" style="width:100px;height:20px;background-color:#CCCCCC; name="textfield86">
</div></th>
<th><div align="center">3.</div></th>
<td><div align="center">
<input name="fecha2" type="text" id="fecha2" style="width:100px;height:20px;background-color:#CCCCCC; name="textfield843">
</div></td>
</tr>
<tr>
<td><input name="tarea3" type="text" id="tarea3" style="width:100px;height:20px;background-color:#CCCCCC; name="textfield87"></td>
<th><div align="center">
<input name="responsables3" type="text" id="responsables3" style="width:100px;height:20px;background-color:#CCCCCC; name="textfield88">
</div></th>
<td><div align="center">4.</div></td>
<td><div align="center">
<input name="fecha3" type="text" id="fecha3" style="width:100px;height:20px;background-color:#CCCCCC; name="textfield844">
</div></td>
</tr>
<tr>
<td><input name="tarea4" type="text" id="tarea4" style="width:100px;height:20px;background-color:#CCCCCC; name="textfield89"></td>
<th><div align="center">
<input name="responsables4" type="text" id="responsables4" style="width:100px;height:20px;background-color:#CCCCCC; name="textfield811">
</div></th>
<th><div align="center">5.</div></th>
<td><div align="center">
<input name="fecha4" type="text" id="fecha4" style="width:100px;height:20px;background-color:#CCCCCC; name="textfield845">
</div></td>
</tr>
<tr>
<td><input name="tarea5" type="text" id="tarea5" style="width:100px;height:20px;background-color:#CCCCCC; name="textfield810"></td>
<th><div align="center">
<input name="responsables5" type="text" id="responsables5" style="width:100px;height:20px;background-color:#CCCCCC; name="textfield812">
</div></th>
<td><div align="center">6.</div></td>
<td><div align="center">
<input name="fecha5" type="text" id="fecha5" style="width:100px;height:20px;background-color:#CCCCCC; name="textfield846">
</div></td>
</tr>
<tr>
<th colspan="2"><div align="center">Firma del gerente y delegado de la unidad</div></th>
<td colspan="2">Firma del moderador de la reunion </td>
</tr>
<tr>
<td height="99" colspan="2">&nbsp;</td>
<td colspan="2">&nbsp;</td>
</tr>
</table>
<p>&nbsp;</p>
<table width="85%" align="center">
<tr>
<td width="50%" height="21"></td>
<td width="50%"><div align="center"></div><input type="submit" name="Submit" value="Enviar">
</div></td>
</tr>
</table>
<div align="center"></div>
<p>&nbsp;</p>
</form></body>
</html>
  #2 (permalink)  
Antiguo 17/08/2007, 08:10
Avatar de bookmaster  
Fecha de Ingreso: febrero-2002
Ubicación: Toledo
Mensajes: 976
Antigüedad: 22 años, 2 meses
Puntos: 67
Re: pasa de imformavion de un formulario a otro

No se exactamente lo que quieres hacer, pero supongo que lo que quieres es que en la página destino.html salgan los datos introducidos en el formulario ¿no?.

Si es eso lo que intentas, necesitaras un "interprete" para eso se suelen usar otros lenguajes como PHP y ASP, que hacen que los datos se coloquen donde quieras.

Si no es eso a lo que te refieres, da algun que otro detalle, que pueda ayudarnos a darte la mejor solución.
__________________
Decir si te a funcionado la respuesta es ¡GRATIS!. Por favor indicarlo.
http://www.lohacemosweb.net
http://tutoriales.lohacemosweb.net
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 22:05.