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