Capture IP address

P

Paul C

Hi
Is it possible to capture the IP address as a hidden field using an html
form
Thanks
Paul M
 
K

Kevin Spencer

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.
 
M

Murray

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).
 
P

Paul C

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
 
P

Paul C

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).
 
A

Andrew Murray

No, the frontpage form handler page must be *.htm or *.html - it is *not* an
ASP page.
 
K

Kevin Spencer

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.
 
K

Kevin Spencer

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top