larkante Posted May 6, 2012 Posted May 6, 2012 I need to know the ip of the site visitor, im tryng with UniUrlFrame where i can get the ip in the body of frame : <body>189.117.199.138</body> . The page on UniUrlFrame is in other domain. How to get the ip on the body of iframe or how to get of other ways? Thanks. Quote
leandroavila74 Posted May 6, 2012 Posted May 6, 2012 for the remote IP: UniMainModule.GetRemoteAddress; Quote
larkante Posted May 7, 2012 Author Posted May 7, 2012 for the remote IP: UniMainModule.GetRemoteAddress; I tested with - UniMainModule.RemoteAddress; Ok, I'm testing on my local network, so I get my local ip 127.0.0.1, right? If I access from web I get my internet ip address 189.117.199.138? Obrigado Leandro. Still need to know how to get the body's uniurlframe. Quote
leandroavila74 Posted May 7, 2012 Posted May 7, 2012 getremoteaddress really provides the client ip which is connected to your application unigui. if you need to access any component of a uniframe so I do not know how to do and if anyone knows I'd like to know how this is done. I have helped (boa sorte) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.