FORMULA LANGUAGE


Examples: RefreshFrame command
1. This code, when used in a hotspot button in a frame, refreshes the frame named "right" in that frameset.
2. This code does not refresh any frames.
3. This code refreshes the "left" frame of the frameset.
4. This example is used in a nested frameset named "outerFrameset" that contains two frames, named "left" and "right." Its "right" frame contains another frameset, named "innerFrameset", which also contains two frames named "left" and "right." This code, when used in a hotspot button in any of the frames, either in the "outerFrameset" or "innerFrameset" framesets, refreshes both frames in the "innerFrameset" frameset. It executes on only the "outerFrameset," by updating the contents of its "right" frame.
See Also