|
|
|
|
FramesetRefresh (Function) In french: FramesetActualise Refreshes a frameset displayed in the user's browser from the context on the server. The refreshed framesets correspond to the framesets defined in the editor, in their initial status. The initial pages of the frameset are displayed.
// Refresh the Frameset1 FramesetRefresh(Frameset1)
Syntax
FramesetRefresh(<Frameset name>)
<Frameset name>: Character string Name of the frameset to refresh. If this parameter corresponds to an empty string (""), the frameset name is the one of the frameset to which the current event belongs. Remarks - A WLanguage error occurs if FramesetRefresh is used without parameters in the frameset initialization code.
- If your project uses pre-launched sessions, this function must not be used in the project initialization event. This function must be used in the "Initializing the project after connection to the site" event.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|