isnt possible 4 me to display the user window login name at internet explorer??
thanks...
isnt possible 4 me to display the user window login name at internet explorer??
thanks...
You can't.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Define: user window login
- Mike
not catch ur point..Originally Posted by mburt
isnt create at login function??..but this not i want to do it.
i got a server running in linux, n hundred plus computer connectted to. i just want display thier login name(login load OS) when thier access the intranet site. Intranet site was write by using PHP script.
isnt possible to do that?
javascript or php also cant??Originally Posted by Twey
I am not aware of any properties that expose the login name in any browser.Originally Posted by cstan
Server-side PHP can have no knowledge of the state of a remote machine unless that machine sends the information to the server, and browsers do not transmit OS login names.or php also cant??
It would be possible to use ActiveX to obtain the login name, though I don't know if there are existing objects that provide such a feature. However, even if there were, that would severely limit the browsers a user could use.
What's wrong with a low-tech solution?
MikeHTML Code:<label>Login name: <input name="login" value=""></label>
Bookmarks