I have a main page with links, each link opening another page in another window, without closing the first window, and scrolling to an anchor. Yes, I used _blank in the link, and my anchors work, but I'd like to be more specific in two ways:
1. I'd like to tell the second window using HTML (not JavaScript if I can avoid it) its size and position relative to the first window. (I know I've seen it done somewhere.)
2. When the user goes back to the first page without closing the second and hits another link to take him to another anchor on the second page, the second window should activate, as opposed to a third window with a copy of the second page in it, which is what it does now.
You can see what my problem is:
I really looked at previous threads, and if they have the answer, I can't tell. Thanks for your help.
1. I'd like to tell the second window using HTML (not JavaScript if I can avoid it) its size and position relative to the first window. (I know I've seen it done somewhere.)
2. When the user goes back to the first page without closing the second and hits another link to take him to another anchor on the second page, the second window should activate, as opposed to a third window with a copy of the second page in it, which is what it does now.
You can see what my problem is:
I really looked at previous threads, and if they have the answer, I can't tell. Thanks for your help.