Ir al contenido


Foto

llevar el valor de un input a otro script


  • Por favor identifícate para responder
No hay respuestas en este tema

#1 Noe Velazquez Hernandez

Noe Velazquez Hernandez

    Member

  • Miembros
  • PipPip
  • 30 mensajes

Escrito 22 febrero 2020 - 08:01

Hola foro !!!
esperando me puedan ayudar les doy las gracias de antemano

Tengo en un formulario 2 input type=number y 2 input type=button, lo que pretendo es introducir valore numericos 
y al darle clic al boton se lleve los valores a otro script como lo muestro abajo
 


php
  1. <input type="number" name="fol1" id="largo1" autofocus="on" required tabindex="1" />
  2. <input type="number" name="fol2" id="largo1" required tabindex="2" />
  3.  
  4. <input type="button" value="VOLANTE PARA INSTRUCCION" class="btn1" onclick="window.location='rep_vpi.php'" tabindex="13"/>
  5. <input type="button" value="ENTRADA DE OFICIOS" class="btn1" onclick="window.location='edo.php'" tabindex="14"/>


  • 0




IP.Board spam blocked by CleanTalk.