Ver Mensaje Individual
  #4 (permalink)  
Antiguo 01/06/2015, 13:38
Avatar de emilio_viguri
emilio_viguri
 
Fecha de Ingreso: junio-2011
Ubicación: Mexico
Mensajes: 117
Antigüedad: 12 años, 11 meses
Puntos: 3
Respuesta: Varios datos por GET para un iFrame

Con este al dar clic activa el URL a la frame con este me vaso pero como se le hace para los demas
Código HTML:
Ver original
  1. <html xmlns="http://www.w3.org/1999/xhtml">
  2.  
  3. <form action="" method="post" name="form1" id="form1">
  4.   Calle
  5.     <input name="calle" type="text" id="calle" onclick="document.getElementById('iFrame').src='../reporte/rproveedor.php?idproveedor=<?=$row_partidas['idproveedor']; ?>&Rproveedor=<?=$row_partidas['Rproveedor']; ?>'; return false" />
  6.   Colonia
  7.   <input type="text" name="colonia" />
  8.   Municipio
  9.   <input type="text" name="municipio" />
  10.   Ciudad
  11.   <input type="text" name="ciudad" />
  12.   Cp
  13.   <input name="cp" type="text" />
  14.   <input type="submit" value="Insertar registro" />
  15. </form>
  16. <br /><iframe align="bottom" scrolling="auto" src="about:blank" frameborder="1" width="95%" height="250" id="iFrame">&nbsp;</iframe>
  17. </body>
  18. </html>