ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / Controls, windows and pages / Page / Frameset
  • Overview
  • How to?
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Validating a page other than the current page
Warning
From version 18, the framesets are available for backward compatibility with the former sites. However, they are not supported in HTML 5 and they are not recommended for the referencing and/or for the navigation from mobile devices.
We advise you to replace the framesets by pages that share page templates and/or control templates.
Overview
In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame.
How to?
To validate a page other than the current page (which means found in a different frame):
  1. Create a button (or a link) in the page containing the information to validate (page containing the table in the example). This button (or this link) can be invisible. Only the server click code of this button will be run.
  2. In the code of the button (or link) used to validate the page ("Validate the corrections" link in the example), call PageSubmit and specify:
    • the name of the page to validate (page containing the table in the example).
    • the name of the button (or link) used to validate the page (control created in step 1).
    • the destination (the name of the frame) where the result of the validation must be displayed.
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help