ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Name of page to validate,Empty string ("") to validate the current page. The page to validate must be one of the pages currently displayed in the browser.
Name of the Button control whose server click code will be run. This control must belong to the specified page.
Name of target frame. <Destination> can also take the following values:ParentFramethe target is the container of the current page (parent frameset, parent browser). This parameter can also correspond to the "_parent" string (compatibility with WEBDEV 1.5).CurrentFramethe target is the current frame (default value). This parameter can also correspond to the "_self" string (compatibility with WEBDEV 1.5).CurrentBrowserthe target is the current browser. This parameter can also correspond to the "_top" string (compatibility with WEBDEV 1.5).NewBrowserthe target is a new browser (a new browser window is opened). The following parameters of PageSubmit are used to configure this new window. This parameter can also correspond to the "_blank" string (compatibility with WEBDEV 1.5).
Name of window in the new browser if <Target> is equal to the NewBrowser constant. This parameter allows you to redisplay a page in a browser with the same name (if several browsers are opened on the computer of Web user).
Parameters of window in the new browser if <Target> is equal to the NewBrowser constant:ONLocationThe address bar will be displayed.ONScrollbarThe scrollbars will be displayed.ONFull (Default value)The window of new browser will include all the options (equivalent to the combination of all constants).ONResizableThe window of new browser will be resizable.ONLinkThe link bar will be displayed.ONMenuBarThe menu bar will be displayed.ONSatusBarThe status bar will be displayed.ONToolbarThe toolbar will be displayed.ONSimpleThe window of the new browser will be a simple window (no combination of constants).
Width of window in the new browser (in pixels).
Height of window in the new browser (in pixels).
Horizontal position (in pixels) of window in the new browser (in relation to the top left corner of the screen).
Vertical position (in pixels) of window in the new browser (in relation to the top left corner of the screen).
Other Javascript parameters that must be used when opening a new browser if <Target> is equal to the NewBrowser constant.
Caution: a single action can be performed at a time on the same page
Using PageSubmit from a Button control
The name of the Button control corresponds to a variable or a built string.
Last update: 01/04/2021
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: