How was that done?
[View]
[Reply]
[Top]
Posted by Tr Function Foo
On 2003-07-24 06:21:19
|
Using ASP, I wanted to get the name of the server the user is supposedly using for their Internet connection from like shown on the message board posts... something.someisp.com Please let me know the statment is.
Request.ServerVariables("REMOTE_HOST") just gave me the IP.
Thank you.
Foo
|
RE: How was that done?
[View]
[Reply]
[Top]
Posted by Guest(hellz)
On 2003-07-24 14:30:09
|
Ok, firstly, this sort of question should be placed in the Programming forum. Secondly, if you want to grab the actual ISP from the IP, then you need to perform a lookup, but ASP doesn't support doing so (unless we're talking about .NET, in which case I'm not 100% sure).
There are components on the web to do this for you, but again, this is the downside to using ASP (and most Microsoft-based languages), in that you usually end up paying for trivial expansion COM objects. Of course, you could always code this extra object yourself, but being as you even asked how to get the ISP from the IP, would tell me this isn't an option. :)
Try for some extra info.
--hellz
|
answer = use Perl -nt
[View]
[Reply]
[Top]
Posted by Ker SamSpade
On 2003-07-24 15:14:18
|
|
answer= zollocks
[View]
[Reply]
[Top]
Posted by Guest(zollocks)
On 2003-08-01 19:37:20
|
On 2003-07-24 15:14:18, SamSpade wrote
>[nt]
|
|
|
|
|