LassoScript Utility
Basics Browse Detail

[Client_IP]

Tag Link [Client_IP] Category Client
Type Substitution Source Available Yes
Support Preferred Version 1.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, Lasso 2.5, Lasso 2.0, Lasso 1.x

Description

[Client_IP] returns the IP address of the current client.

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

[If: (Client_IP) == '10.*.*.*'] ... [/If] will return True for any clients that are on machines in the 10.x.x.x subnet.

Syntax

[Client_IP]

Parameters

No Parameters Required.

Examples

To display the IP address of the current client:

Use the [Client_IP] tag.

[Client_IP]

127.0.0.1