|
|
|
|
|
SiteAddress (Function) In french: SiteAdresse Returns the Internet address for connecting to a dynamic WEBDEV website (in Session mode) found on the same server.
// Generate a link that starts the site named "MySite2" HTM_HTMLControl.Value = "<A HREF=" + ... SiteAddress(MySite2) + ">Click me to go to Site 2</A>"
Syntax
<Result> = SiteAddress([<Site name>])
<Result>: ANSI character string Address of the site. . <Site name>: Optional character string Name of the dynamic WEBDEV website (in Session mode) whose address you want to get. This dynamic site and the current site must be installed on the same server. If this parameter is equal to an empty string (""), the name of the site corresponds to the current site. Remarks - This address can be used, for example, in an email containing a link to the site.
- This address is also useful when HTML code containing specific actions is generated by the program.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|