Basic Window Control Using JavaScript

message from forumforum on 21 Jul 2004
Hi,

[1]

In the main browser window I want a link that:

- Opens a new window which displays a page, has a name, and only has scroll
bars.
[This I can do.]

AND

- Brings the named window to the front (focus) if it is already open.
[This I can NOT do.]

[2]

I want a link in an opened window that will:

- Give focus to its opener window.
[This I can do.]

AND

- Opens the site home page in a new window (with a name and with the desired
properties) if the opener window has been closed.
[This I can NOT do.]

I have attached a text file showing the code I have attempted so far.

Any help would be appreciated.

Thanks.
 
Murray *TMM* replied to forumforum on 21 Jul 2004
See below -
 

Archived message: Basic Window Control Using JavaScript (Macromedia Dreamweaver)