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<html xmlns="http://www.w3.org/1999/xhtml">
<form action="" method="post" name="form1" id="form1"> Calle
<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" />
Colonia
<input type="text" name="colonia" /> Municipio
<input type="text" name="municipio" /> Ciudad
<input type="text" name="ciudad" /> Cp
<input name="cp" type="text" /> <input type="submit" value="Insertar registro" /> <br /><iframe align="bottom" scrolling="auto" src="about:blank" frameborder="1" width="95%" height="250" id="iFrame"> </iframe>