![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
06/05/2010, 04:25
|
| | Fecha de Ingreso: diciembre-2009 Ubicación: Misiones
Mensajes: 867
Antigüedad: 15 años, 2 meses Puntos: 65 | |
Respuesta: jquery + input.text() + resultado pagina web
Código Javascript :
Ver original$.get("archivo.php", function (respuesta){ $('#ref_rapport').val(respuesta); });
|