.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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