|
-
May 30th, 2001, 09:28 AM
#1
Thread Starter
New Member
Sending internet IP via email?
How do I go about getting a user's internet IP address as a string then sending it via their default email address to my own?
-
May 30th, 2001, 09:45 AM
#2
Lively Member
to get the IP address
You can use this to get the IP address
strIP = Request.ServerVariables("REMOTE_ADDR")
Sorry, I don't quite understand the rest of your problem.
Thanks!
ttlai
-
May 30th, 2001, 10:25 AM
#3
Thread Starter
New Member
Thanks, but...
I did read that same bit of code and I do not quite understand it. What type of control do I use for the request?
-
May 30th, 2001, 02:14 PM
#4
Black Cat
Just send an email. The apparent IP address should automatically be added to the mail headers by the first SMTP server they connect to.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|