|
-
Jan 17th, 2000, 04:01 AM
#1
Thread Starter
Addicted Member
I have a question about IP Addresses.
Could I get one and display it on my
webpage of the user??
Thankyou!
PS.. COuld I have the code
-
Jan 17th, 2000, 07:20 AM
#2
Id imagine its possible. Youd probably have to use VBScript. Try using winsock to do it. Im not to familiar with VBScript but im almost 100% sure you could do it.
Hope that helps
Glenn Harwood
-
Jan 17th, 2000, 10:39 AM
#3
PowerPoster
If i'm not mistaken, you can only retreive the Internet IP Address using CGI Scripts located on your server. If you are refering to the IP address of the actual computer as part of an internal LAN, you can get it using VB. But as you are not making a program in VB, I don't know.
Regards,
-
Jan 17th, 2000, 12:08 PM
#4
Guru
use this ASP code to display the IP address of the client. (NOTE: Need Active Server Pages)
Code:
<%
response.write Request.ServerVariables("REMOTE_ADDR")
%>
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
|