Displaying Clients IP om web-page?

I have a domino-web site with login for my regular costumers.

Is there an easy way to code a calculated text on a web-page that display the clients user ip adress?

I have been searching around. Also i documents explaining the possible arguments for @GetHttpHeader function, without finding the right

thing to do…

Best regards

LB

Subject: Displaying Clients IP om web-page?

Lars

Easiest way is to create a field called “Remote_Addr”, computed, value is Remote_Addr.

This is a CGI variable which will display the users IP address - more info is available in the designer help under “CGI”.

Ben