sc_make_link(Application, Parameters)

This macro creates a string containing a link to other Scriptcase applications (when writing HTML code).

Parameter
Description
Application Name of the application to establish the link.
Parameters Parameters necessary so-called application. In the format: "=" (the attribution sign) . More than one parameter must be separated by ";" (semicolon).



Ex. 1: Creating a string with a link for the datacli.php application, without parameters passage.

$string_link = sc_make_link(datacli.php);



Ex. 2: Creating a string with a link for the application datacli.php, with parameters passage.

$string_link = sc_make_link(datacli, parm1={company};parm2=[glo_office]);