In article <[EMAIL PROTECTED]>, Guenter Huerkamp wrote: > Can someone tell me why my banking site produce an empty page with > mozilla build 20020228. > Thanks [snip] ><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>
Mozilla supports the W3C DOM, which uses document.getElementById. File a Tech Evangelism bug in Bugzilla (unless there's a bug already open on your bank-search using the URL field in Bugzilla). -- Chris Hoess
