Capture IP address

  • Thread starter Thread starter Paul C
  • Start date Start date
P

Paul C

Hi
Is it possible to capture the IP address as a hidden field using an html
form
Thanks
Paul M
 
It is possible to capture the remote (client) IP address on the server,
using a server-side technology such as ASP or ASP.Net, for your form
handler.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

Show me your certification without works,
and I'll show my certification
*by* my works.
 
Be aware that this will only be the IP address of the ISP, not of the user
(unless they have a static IP address - most people do not).
 
Thanks Kevin
I am using the front page form handler which doesn't work when you change
the html extension to an asp extension.
Paul M
 
Thanks Murray
Defeats the object really
Paul M
Murray said:
Be aware that this will only be the IP address of the ISP, not of the user
(unless they have a static IP address - most people do not).
 
No, the frontpage form handler page must be *.htm or *.html - it is *not* an
ASP page.
 
Hi Murray,

I can understand why you simplified the explanation, but for people with
broadband connections, who don't have proxy servers, they will have an IP
address, albeit a temporary one. Still, bottom line is, there isn't much
point to it at all.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

Show me your certification without works,
and I'll show my certification
*by* my works.
 
Well, of course not. If you give a text file a .exe extension, that doesn't
make it a program!

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

Show me your certification without works,
and I'll show my certification
*by* my works.
 
Back
Top