Error on geomap script
Fri, 18/07/2008 - 10:22
Hi,
There was an error on geomap script. It use the getElementsByClassName method, which is no more supported in recent navigators. So I uses this script found on about.com
/**
* Implement the getElementsByClassName
*/
document.getElementsByClassName = function(cl) {
var retnode = [];
var myclass = new RegExp('\\b'+cl+'\\b');
var elem = this.getElementsByTagName('*');
for (var i = 0; i < elem.length; i++) {
var classes = elem[i].className;
if (myclass.test(classes)) {
retnode.push(elem[i]);
}
}
return retnode;
};
You just have to insert this code in the script.

Your blog is my favorite, congratulates. Often I'll look here, a lot of information and nice site. Tom Davis
Some specialists tell that loan aid a lot of people to live their own way, because they can feel free to buy necessary stuff. Furthermore, various banks offer sba loan for young and old people.
Post new comment