Ver Mensaje Individual
  #19 (permalink)  
Antiguo 17/09/2008, 12:50
susan_
 
Fecha de Ingreso: agosto-2008
Mensajes: 173
Antigüedad: 15 años, 9 meses
Puntos: 0
Respuesta: pasar variables

Código:
<form  name="frm1" method="post">
<tr>
<td><table border="0" cellspacing="0" cellpadding="0" width="257" id="menu1" bgcolor="#E6F3FF">

<td width="257" id="menu1"><a href="javascript:;" class="menu1">PLANEACIÓN</a></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="257" id="navigation" bgcolor="#E6F3FF">
        <tr>

etc.. etc... 

<tr>
<td> 
<label>&nbsp;Actividad:</label>
<input name="activ" type="text" size="50" maxlength="45"/>
<p>

<label>Fecha Inicio: </label>
<input type="text" name="startdate" id="startdate" onfocus="popup1.setTarget(this);" />

<label>&nbsp;&nbsp;Fecha Término: </label>
<input type="text" name="enddate" id="enddate" onfocus="popup1.setTarget(this);" />

<br>
<label>Tipo Moneda:</label>
<select name="t_moneda">
<option value="1">MN</option>
<option value="2">USD</option>
</select>

<form  name="formulario" action="pruebas.php" target="ventana" onsubmit="window.open('http://localhost/WBS/pruebas.php','ventana',caracteristica);" method="post">
<label>&nbsp;Monto:</label>
<input name="monto" type="text" size="20" maxlength="15" />
&nbsp;
<input name="reque_dev" type="submit"  value="DV" />
<p>
</form>
<label>Linea Base:</label>
<input name="lb" type="text" size="4" maxlength="2" />
<p>
<label>Justificación: </label>
<textarea name="justifica" cols="50" rows="1"></textarea>
<br />


<input name="cont_fase" type="hidden" value="<?php echo $cont_fase;?>"/>
<input name="cont_subf" type="hidden" value="<?php echo $cont_subf;?>"/>
<input name="cont_activ" type="hidden" value="<?php echo $cont_activ;?>"/>
</td>
</tr>

<tr>
  <td><input name="afase" type="button" value="Fase"  onclick="envia2('agrega_fase.php');"/>&nbsp;
  <input name="asubf" type="button" value="Subfase"  onclick="envia2('agrega_subfase.php');"/>&nbsp;
  <input name="aactiv" type="button" value="Actividad"  onclick="envia2('agrega_activ.php');"/>&nbsp;</td></tr>


etc etc ...... 

</table>
</td>
</tr>
</form>
</table>

<?php mysql_free_result($Recordset);
mysql_free_result($Recordset1); ?>
</body>
</html>
al incluirle el nuevo form.. me descuadra toda mi aplicacion... y en el editor me dice que me sobra un </form> </table>...