Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Get windows logged in username in Apex

JeevinMay 7 2014 — edited May 7 2014


Hi Team,

Is there any way in we can get the windows logged in username in Apex. I am created an application which can only access from Lan. I need to display the windows login username(of the local machine I logged in) in an Apex page. I saw a javascript option which will work only on IE. But this require the activeX to be enabled in user machine.

var WinNetwork = new ActiveXObject("WScript.Network");
    alert
(WinNetwork.UserName);

I am looking for an option which can be used for all browsers(like IE,Firefox,Chrome). Please help.

Thanks,

Jeev

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 4 2014
Added on May 7 2014
3 comments
2,138 views