ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Name of target frame or alias of target iFrame control.<Target> can also take the following values:NewBrowserThe target is a new browser (a new browser window is opened). The following parameters of ChangeTarget are used to configure the browser window. This parameter can also correspond to the "_blank" string (compatibility with WEBDEV 1.5).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).
Name of the window of the new browser if <Target> is equal to the NewBrowser constant (or to "_blank"). This parameter allows you to redisplay a page in a browser with the same name (if several browsers are opened on the computer of the Web user). This name is a unique name (equivalent to the name of a JavaScript variable). Caution: This name must contain no space character, no accented character and no special character.
Parameters of the new browser window if <Target> is equal to the NewBrowser constant (or to "_blank"):ONLocationThe address bar will be displayedONScrollbarThe scrollbars will be displayedONFull (Default value)The window of the new browser will include an address bar and scrollbars (equivalent to the combination of all the previous 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 the window in the new browser (in relation to the top left corner of the screen.
Vertical position (in pixels) of the window in the new browser (in relation to the top left corner of the screen.
Other Javascript parameters to use when opening a new browser if <Target> is equal to the NewBrowser constant (or to "_blank").
Tip: optimize the size of your HTML files
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: