I have made a frameset page, which consists of three frames. Two of the frames are for navigation/menu, and the third (min) frame is the one that changes according to what's selected in the menu frames.

What I'm trying to do is this: On one of the menu frames, display the URL of the main frame. So each time the main frame changes, it's URL is displayed in a separate frame. I know about the document.URL function which returns the URL of the local frame, but I need to return the URL of a remote frame. (The pages shown on the main frame cannot be altered to pass any value to the calling frames, because they're produced by a third party).

Thanks.