Forum Moderators: open
"A runtime error has occurred"
and the culprit seems to be the script below? Does it look ok to you please?
<!-- hide script from old browsers
top.window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers¦¦document.getElementById) {
if (top.window.outerHeight<screen.availHeight¦¦top.window.outerWidth<screen.availWidth){
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}
// end hiding script from old browsers -->