SynchFrames
Description
Add this control to a page that may affect the display state of other frames in a frame set. For example, the view_cart page can add or remove items from the shopping cart. When this page renders, it should synchronize all other frames that may contain a CartSummary component.
Appearance
This control does not render any HTML and has no appearance on a page.
Attributes
This control has no attributes.
Remarks
This control emits client javaScript that will reload the contents of the TOOLBAR and SITEMAP frames after the containing page loads in the browser. For example, it should be included on a page that processes a user login form. Once the user login name and password are authenticated, the frameset should be resynchronized so that any content that depends on the user's identity can be rendered correctly (buttons in the TOOLBAR for example).