ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Name of the page whose data must be sent to the JSP server. If this parameter corresponds an empty string (""), the current page will be taken into account. This page must be currently displayed in the browser.
URL of the JSP page to which the data found in the WEBDEV page must be sent.
Method for sending the data to the JSP server:GETThe data is sent to the server via the URL.POSTThe data is sent after the HTTP headers, in the body of the request.
Name of target frame. <Destination> can also take the following values:CurrentFramethe target is the current frame (default value).ParentFramethe target is the container of the current page (parent frameset, parent browser).CurrentBrowserthe target is the current browser.NewBrowserthe target is a new browser (a new browser window is opened). The following parameters of PageToJSP are used to configure this new window.
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 open on the computer of the Web user).
Parameters of the window in the new browser if <Destination> is equal to the NewBrowser constant:ONLocationThe address bar will be displayed.ONScrollbarThe scrollbars will be displayed.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).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.
Additional controls
Outgoing format and page optimization
Caution: a single action can be performed at a time on the same page
Last update: 04/29/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: