corpsinhere
Technical User
I am using a popup to give visitors the option of leaving a frame. The popup is called by the same link(using OnClick)that loads the frame with a new URL (so the link that called the popup is now gone). Here is what I do not understand: after the new URL has loaded, I can no longer get access to the frame. The two frames in the frameset are named "A" and "B". opener.top.location.href gives the frameset URL. Opener.top.A.location.href gives the URL of the "A" frame. Opener.top.B.location.href (the frame which once contained the link which opened the popup but now contains a new URL) gives me nothing nada zip. No error message, just blank whitespace. There are many practical solutions to my fame-breaking problem, but I really want to know WHY I cannot access the URL of this frame after it has a new URL loaded. (By the way...if I activate the function BEFORE the new URL is loaded I CAN get the URL of the original page to print!). I hope this was somewhat coherant. Thanks.