Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/06/2005, 16:45
marcomartinez
 
Fecha de Ingreso: agosto-2004
Mensajes: 95
Antigüedad: 19 años, 8 meses
Puntos: 2
Código PHP:
<form action="main.php" method="get" name="form1"
      <
td align="right">Node Cuenta:</td
      <
td><input name="tparam" type="text" class="Caja1" id="tparam" size="10" maxlength="9"


<
input name="op" type="hidden"  value="edit"


        &
nbsp;&nbsp; <input name="Submit" type="button" class="bot" onClick="ValidarBD(this.form)" value="Buscar"> </td
    </
form
        if(isset(
$_GET['tparam'])){ 
            require_once(
"formedit.php"); 
        } 
Mandale la variable op por medio de un input pero oculto
__________________
Marco de Arica (Chile)