ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Your version: 01F250083H (WINDEV 25)

Help / Editors / Controls (window/page/report) / Page / Management of Back
  • Overview
  • Operating mode
  • Remarks
  • Implementation
  • Disabling the browser "Back" button for a specific page
  • Disabling the browser "Back" button for a frameset
  • Disabling the browser "Back" button for all the project pages
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadApple WatchUniversal Windows 10 AppWindows Mobile
Others
Stored procedures
Preventing the use of the browser's "Back" button
Overview
If the browser "Back" button is used to display the previous page, this action will have no effect.
Operating mode
Disabling the "Previous page" feature of the browser inserts the following Javascript code into the generated HTML page:
<SCRIPT LANGUAGE="JavaScript">
history.forward()
</SCRIPT>
When running the page in a browser, it will not be possible to go back to this page by using the "Back" button.

Remarks

  • This action will have no effect.
  • Clicking the browser "Back" button can make the page blink.
  • This mechanism can fail if the browser [STOP] button is clicked before the forward() statement is run by the browser.
Implementation

Disabling the browser "Back" button for a specific page

To disable the browser "Back" button for a specific page:
  1. Display the "UI" tab of the page description window ( "Description" option in the page popup menu).
  2. In the "Options" area, for the option "Using the browser "Back" button", select "Forbidden".
  3. Validate.

Disabling the browser "Back" button for a frameset

To disable the browser "Back" button for a frameset:
  1. Display the "UI" tab of the frameset description window ( "Description" option in the frame popup menu).
  2. In the "Options" area, for the option "Using the browser "Back" button", select "Forbidden".
  3. Validate.

Disabling the browser "Back" button for all the project pages

To disable the browser "Back" button for all project pages:
  1. Open the project description: on the "Project" pane, in the "Project" group, click "Description".
  2. In the "Advanced" tab, for the option "Default option for managing the browser "Back" button", check "Forbidden".
  3. Validate. This option will be automatically taken into account for all new site pages.
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 08/19/2020

Send a report | Local help