CodeChargeMVP
Posts: 473
|
| Posted: 03/16/2011, 2:40 AM |
|
Hi,
I�m trying to load an image gif on the title tag of the site by trying to simulate the load way from
google.
The reason will only be understood by one�s with advanced Javascript knowledges,
I wanna load this image while readystate from the XMLHttpRequest Object is different from
four,so this is what i�m trying:
nodeLoader = document.getElementById("loader");
document.title = nodeLoader;
where loader is an span which shows an ajax gif loader, but what I get is than on the title is
showed [Object], the gif image isn�t displayed.
�Any suggestion?
Thank you very much in advance.
_________________
Best Regards
Entrepeneur | NT Consultant
|
 |
 |
CodeChargeMVP
Posts: 473
|
| Posted: 04/01/2011, 3:34 AM |
|
I think this can be solved, placing the ajaxloader on a span and modifiying the propertyes
placing besides the Iexplorer image.
_________________
Best Regards
Entrepeneur | NT Consultant
|
 |
 |
|