Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Open page in frame from popup window


  • From: javascript@xxxxxxxxxx (Rodney Myers)
  • Subject: [Javascript] Open page in frame from popup window
  • Date: Tue, 30 Jul 2002 13:42:31 +0100

Thank you Peter,
I like to be 'old school'  too but sometimes one misses things like this.
Rodney.

Peter Brunone wrote:

>         Maybe it's just old-school precaution, but not every browser assigns the
> opener attribute implicitly.  I didn't know the target audience, and an
> extra line or two of code won't make or break a site.
>
> |-----Original Message-----
> |Behalf Of Rodney Myers
> |
> |Or just
> |window.opener.top.mainFrame.location.href = "whatever.html";
> |??
> |
> |Rodney
> |