Can someone tell me why my banking site produce an empty page with
mozilla build 20020228.
Thanks
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>DAB Post Manager</title>
</head>
<script language="JavaScript1.2">
var ns4 = (document.layers) ? 1 : 0;
var ie4 = (document.all) ? 1 : 0;
if(ie4){document.write('<frameset border="0" rows="90,40,*,42">');}
if(ns4){document.write('<frameset border="0" rows="93,40,*,45">');}
</script>
<frame name="search"
src="../postfach/search.cfm?portfolio=7154050&appsid=5685313362526179328&medium=8"
marginwidth="0" marginheight="0" scrolling="no" frameborder="0" noresize>
<frame name="tbhead" src="../postfach/head.cfm" marginwidth="0"
marginheight="0" scrolling="no" frameborder="0" noresize>
<frame name="eboxbody" src="../postfach/body.cfm" marginwidth="0"
marginheight="0" scrolling="auto" frameborder="0" noresize>
<frame name="eboxfooter" src="../postfach/footer.cfm?portfolio=7154050"
marginwidth="0" marginheight="0" scrolling="no" frameborder="0" noresize>
</frameset>
</html>