$Web IPAddr: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 6: Line 6:
$Web_IPAddr returns the dotted IP address of the browser issuing the request.
$Web_IPAddr returns the dotted IP address of the browser issuing the request.
==Syntax==
==Syntax==
<p class="syntax"><section begin="syntax" /> %STRING = $Web_IPAddr
<p class="syntax"><section begin="syntax" /> %string = $Web_IPAddr
<section end="syntax" /></p>
<section end="syntax" /></p>



Revision as of 22:08, 15 June 2012

<section begin="desc" />IP address of browser<section end="desc" />


$Web_IPAddr returns the dotted IP address of the browser issuing the request.

Syntax

<section begin="syntax" /> %string = $Web_IPAddr <section end="syntax" />


$Web_IPAddr takes no arguments and returns a string, or a null string if the thread is not a Janus Web Server thread.