04/11/2009, 11:35
|
| | | Fecha de Ingreso: septiembre-2009
Mensajes: 389
Antigüedad: 15 años, 2 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;
}
|