Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/05/2010, 04:25
Dany_s
 
Fecha de Ingreso: diciembre-2009
Ubicación: Misiones
Mensajes: 867
Antigüedad: 14 años, 11 meses
Puntos: 65
Respuesta: jquery + input.text() + resultado pagina web

Código Javascript:
Ver original
  1. $.get("archivo.php", function (respuesta){
  2.     $('#ref_rapport').val(respuesta);
  3. });