Ver Mensaje Individual
  #7 (permalink)  
Antiguo 04/11/2009, 11:35
Avatar de mdromed
mdromed
 
Fecha de Ingreso: septiembre-2009
Mensajes: 389
Antigüedad: 14 años, 8 meses
Puntos: 8
Respuesta: Estado "LOADING" en ajax con firefox: NO LO MUESTRA

Fichero "project/includes/funciones.js"

Código:
function fun_llevaFocoA(arg_nomObj){
	var obj_ObjetoHtml;
	obj_ObjetoHtml = document.getElementById(arg_nomObj);
	if(obj_ObjetoHtml){
		obj_ObjetoHtml.focus();
	}
	obj_ObjetoHtml = null;
}