Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to detect network id and populate form

Status
Not open for further replies.

mongous

Technical User
Jun 18, 2002
116
US
Does anyone know of a way, possibly with javascript to detect a user's network id and look up their email address so as to automatically populate the 'email' field on a form?

We have a form that no-one can seem to fill out correctly!

Is this possible? Thanks.
 
Yeah, it's just a 'time-off request form' for employees in my dept. For some reason people just can't get their email address right, and it causes grief for the guy that gets the email as far as replying.

So it's just an html form/cgi and I was hoping that it would just populate when they accessed the page. You think I should use vb? (vbScript?)
 
hi mongus!
u could:
-get the free software that scanns the LAN and collect all u need (mac,netID,...and MORE)
- use any small DB in the background:
[username][password][net_ID]
and set up a small "login" for users....

this way u can confirm users indentity based on multiple things:
eg. user MUST:
-be on their machine
-provide correct username password
and u just pull the users' email form this "easy login"
I don't know how/if the JavaScript or CGI can handle this....it was relatively easy in ASP and VBscript

perhps u can detect user IPs if they are on static IPs
[URL unfurl="true"]http://www.javascriptsearch.com/scripts/User_Information/[/URL]
vs. detecting net ID
hm.....this is all I cn think of right now.....
all the best!

> need more info?
:: don't click HERE ::
 
Thanks lebisol! I will research into that option a little more...

thanks for your help!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top