PCName from users who get on site

J

Joris De Groote

Hi,

Is it possible with javascript to retrieve somebody's Computername when he
connects to a webserver? (So the webserver receives the computername of the
client).

If this is possible, any help?

Thanks
Joris
 
R

Randy Webb

Joris De Groote said the following on 5/18/2006 10:09 AM:
Hi,

Is it possible with javascript to retrieve somebody's Computername when he
connects to a webserver? (So the webserver receives the computername of the
client).
No.

If this is possible, any help?

Why do you need my Computername when I connect to your website?

And, what if I don't *have* a Computername?
 
J

Joris De Groote

Well, you won't actually go to this site. :)
It's for an internal website and I want to know who came to the site,
however, since we use dhcp & there are different locations, I can't really
use something like an IP adress table...

So I'm looking for other ways to find out who gets on our internal website.

Joris
 
R

Randy Webb

Joris De Groote said the following on 5/22/2006 5:30 AM:
Well, you won't actually go to this site. :)
It's for an internal website and I want to know who came to the site,
however, since we use dhcp & there are different locations, I can't really
use something like an IP adress table...

So I'm looking for other ways to find out who gets on our internal website.

Please Log In:
<form name="login" action="login.php"
onsubmit="return validate(this.form)">
<input type="text" name="userName">
<input type="password" name="userPassword">
<input type="submit" value="Sign In">
</form>

And have the validate function make sure neither input is blank before
submission.

Why make it harder than it is?
 
J

Joris De Groote

They don't want to login every time, that's why I'm looking for something
different.
 
V

VK

Joris said:
They don't want to login every time, that's why I'm looking for something
different.

Usually in intranet / VPN authentification is handled separately and
not a preoccupation of HTTP server (it gets this info from IIS threads
and such). But if you want to reproduce WWW in your intranet then use
cookies set on the initial authentification.
 

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

Members online

No members online now.

Forum statistics

Threads
474,434
Messages
2,571,685
Members
48,796
Latest member
Greg L.

Latest Threads

Top