Alright, so I have a page that contains a frameset with two frames. Frame 1 - topFrame
Frame 2 - bottomFrame
bottomFrame contains an iframe, identified as "page1"
How do I get, with javascript, a link in topFrame to refresh the iframe, page1 that is within bottomFrame?
I've tried such things as parent.bottomFrame.page1.src=... but this doesn't work. However, if I did parent.bottomFrame.src=... this would work. How do I get to change the source of that iframe within the bottomFrame?
-------
The only mystery in life
is why you're not doing more now
instead of waiting for later
Do you really think you'll get another chance?