jgcracknell Posted May 21, 2009 Posted May 21, 2009 Hi I am looking at getting rid of Winsick (aka Winsuite) once and for all. I'd like to display the User details on the screen using Active Desktop. Does anyone have an ASP script I can modify that will do this? Kind regards James
jgcracknell Posted May 21, 2009 Author Posted May 21, 2009 Hi Ben I'd have no idea how to write this, I am not an ASP specialist I am OK altering the code and displaying it using Dreamweaver, but I don't know how to call up these details! If LDAP commands are used and bits and pieces need to be changed to suite our network that will be no problem either. cheers J.
plexer Posted May 21, 2009 Posted May 21, 2009 BgInfo You set up the config file how you want it and then just call the program from a shortcut, batch file or whatever. Username is one of the options you can have displayed. Ben
jgcracknell Posted May 21, 2009 Author Posted May 21, 2009 Hi Ben bginfo looks good but I also want to provide a logon box for our VLE on the desktop and also have a message box for notices as well. I can add this in, but bginfo wont display these additional bits and pieces. J.
ChrisP Posted May 22, 2009 Posted May 22, 2009 <% on error resume next Dim objNet Set objNet = CreateObject("WScript.NetWork") session("user") = objNet.UserName %>
MPorter Posted May 22, 2009 Posted May 22, 2009 Hi I'm guessing that your talking about classic ASP here. If so, then try: <%= Request.ServerVariables("LOGON_USER") %>. Hope this helps Maria
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now