ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Name of semi-dynamic WEBDEV page to display.
Unique identifier of page to display. If this parameter corresponds to an empty string (""), the first semi-dynamic page is displayed. This identifier is specified in the page description (see the Notes for more details)
Name of target frame. <Target> 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 SemiDynamicPageDisplay 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 displayedONScrollbarThe scrollbars will be displayedONFull (Default value)The window of new browser will include all options (equivalent to the combination of all constants)ONResizableThe window of new browser will be resizableONLinkThe link bar will be displayedONMenuBarThe menu bar will be displayedONSatusBarThe status bar will be displayedONToolbarThe toolbar will be displayedONSimpleThe 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. For example, "dependent = 1" is used to force the closing of the new browser if the current browser is closed.
Semi-dynamic page
Multilingual
Choosing the target
Last update: 09/19/2020
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: