[thelist] javascript help

Bruce Heerssen bruce at heerssen.com
Thu Oct 11 12:20:22 CDT 2001


The Optimizer wrote:

> PR
> 
> onload="window.focus()" in the body tag of each of the documents that will
> be loaded in the popup window.

Yep, but also get rid of the second part in your javascript block on the 
calling page:

if (navigator.appName == 'Netscape') {
               popUpWin.focus();
       }

It's totally unnecessary with Chris's fix above, and at any rate will 
only get invoked for netscape users.

-Bruce





More information about the thelist mailing list