ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 15161718192021222324252627
Name of target frame or alias of target iFrame control.<Target> can also take the following values:CurrentBrowserThe target is the current browser. This parameter can also correspond to the "_top" 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).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).
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"):ONFull (Default value)The window of the new browser will include an address bar and scrollbars (equivalent to the combination of all the previous constants)ONLinkThe link bar will be displayedONLocationThe address bar will be displayedONMenuBarThe menu bar will be displayedONResizableThe window of new browser will be resizableONSatusBarThe status bar will be displayedONScrollbarThe scrollbars will be displayedONSimpleThe window of the new browser will be a simple window (no combination of constants).ONToolbarThe toolbar will be displayed
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 upper-left corner of the screen).
Vertical position (in pixels) of the window in the new browser (in relation to the upper-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: 05/26/2022
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: