--- rat/client/Attic/code.html 2001/03/05 08:30:31 1.15 +++ rat/client/Attic/code.html 2001/03/05 16:01:35 1.16 @@ -1281,7 +1281,7 @@ function infoclear() { } inf.document.writeln(''); inf.document.close(); - parent.focus(); + parent.top.focus(); parent.mapout.focus(); notclear=1; lastinfo=''; @@ -1374,7 +1374,7 @@ function info(infostr) { } inf.document.writeln(''); inf.document.close(); - parent.focus(); + parent.top.focus(); parent.mapout.focus(); notclear=0; lastinfo=infostr;