|    
			
				19/11/2012, 02:42
			
			
			  | 
  |   | Colaborador |  |  Fecha de Ingreso: marzo-2008 Ubicación: Sabadell 
						Mensajes: 4.897
					 Antigüedad: 17 años, 7 meses Puntos: 574 |  | 
  |  Respuesta: que significa true y false  
  En el caso que muestras ahora és el tercer parametro para el metodo open y como se puede leer en los manuales indica si la solicitud debe ser manejada de forma asíncrona o no. http://www.w3schools.com/ajax/ajax_x...quest_send.asp  Cita:  open(method,url,async)
 Specifies the type of request, the URL, and if the request should be handled asynchronously or not.
 
 method: the type of request: GET or POST
 url: the location of the file on the server
 async: true (asynchronous) or false (synchronous)
 
 Por que gritas?
				__________________Quim
 --------------------------------------------------
 Ayudar a ayudar es una buena práctica!!! Y da buenos resultados.
     |