Hi,
I am trying to redirect my current website to my wordpress.com blog, but I get a javascript error in IE 7 beta2 when trying that, can't execute code from a freed script, line 27:
The problem is somewhere here:
function addLoadEvent(func) {
var oldonload = window.onload;
if (typeof window.onload != 'function') {
window.onload = func;
} else {
window.onload = function() {
oldonload();
func();
}
}
}
Does anybody know of a solution? Or is this an IE 7 beta2 problem? You can see the problem live by going to:
http://www.osgis.nl