if(navigator.appName == 'Netscape') {
   window.onresize = doResize;
}

function doResize()
{
   location.reload();
}