LassoScript Utility
Basics Browse Detail

[Client_Address]

Tag Link [Client_Address] Category Client
Type Substitution Source Available Yes
Support Preferred Version 3.0
Change Unchanged Data Source Any
Output Type String Security None
Implementation LDML Sets Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0, Lasso 3.x

Description

[Client_Address] returns the host name of the current client. If the host name cannot be found then the IP address of the current client is returned.

The [Client_Address] tag can be used in a conditional expression compared with a string that contains wildcards.

[If: (Client_Address) == '*.blueworld.com'] ... [/If] will return True for any clients that are on machines in the blueworld.com domain.

Syntax

[Client_Address]

Parameters

No Parameters Required.

Examples

To display the host name of the current client's computer:

Use the [Client_Address] tag.

[Client_Address]

127.0.0.1