Find below all the parameters related to the application placement.
Some of the parameters should be sent only when the connection mode is set to Remote and some of them should be sent only when the connection mode is Local.
Parameter
|
What it means
|
Type/format
|
Default
|
send when mode
|
remote
|
local
|
targetWindow
|
Inform "_self" to have the connection opened over the current window. The "*" value will open a new window with a name assigned by WebFMX. If you inform an existing window name or iframe id, WebFMX will position the connection on this target and if the target does not exist, a new window will be created with the that name.
|
string
"*" ,
"_self" ,
target window (iframe id or window name)
|
"_self"
|
yes
|
no
|
exitURL
|
Assign an URL to redirect after the connection has closed.
|
string
URL
|
"about:blank"
|
yes
|
no
|
postpage
|
This parameter configures the server HTML file. The embedded file name is 'connection.html'. You only have to change this value in case you have customized this file.
|
string
html file name
|
"connection.html"
|
yes
|
no
|
divId
|
div id where the remote desktop will be placed, when using local mode.
|
string
div id
|
"webfmx"
|
no
|
yes
|
|