Interframe Communication
JavaScript can be used to:
Update multiple frames simultaneously
Perform a task in one frame and get the result in another frame(s)
Navigate a specific frame(s) using the
history.back()
and
history.forward()
methods
Example: