Ver Mensaje Individual
  #1 (permalink)  
Antiguo 17/08/2007, 07:30
nares_buvi
 
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>