Purpose Contents of GuiXT variables can be passed directly to a URL that serves as a parameter for an embedded web page. In the following example, the GuiXT script takes the parts of a customer's address from the individual fields and saves them in the variable V[address]. Google Maps is then displayed in a browser control, with the entire address being given as a URL parameter. |
Solution
set
V[address]
"&F[Street/House number]"
control
(15.6,0.6)
(28.3,144)
name="gm"_ |
Components |