From - Sat Jun 14 23:02:06 1997
Path: world1.bellatlantic.net!out2.nntp.cais.net!in1.nntp.cais.net!nntp.newsfirst.com!nntp.crosslink.net!www.nntp.primenet.com!nntp.primenet.com!su-news-hub1.bbnplanet.com!cam-news-feed1.bbnplanet.com!news.bbnplanet.com!tabloid.iacnet.com!not-for-mail
From: Tim Strickland <jettison@geocities.com>
Newsgroups: comp.lang.javascript
Subject: help with frames
Date: Wed, 04 Jun 1997 11:11:46 -0700
Organization: IAC
Lines: 11
Message-ID: <3395AFE1.292DC839@geocities.com>
NNTP-Posting-Host: 140.244.149.110
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
X-Mailer: Mozilla 4.0b5 [en] (Win95; I)
X-Priority: 3 (Normal)

I would like to load a set of 2 frames (upper & lower) and give the
lower frame focus.  In the body tag of the lower frame I've added the
following:
onLoad="parent.frames[1].focus()"

This works fine on Netscape, but I get an error when I try to load the
page on Internet Explorer.  Does anyone know of any work-arounds to
this?

Thanks

