Skip to Main Content

Java Development Tools

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 client computer name using java or javascript

2975248Feb 5 2016 — edited Feb 5 2016

Hi Guru,

... JDev 11.1.2.4.0 ...

I have ADF application and I want to get client computer name using java or javascript. I have searched on this but I found only this javascript method

  function getWorkstationID() { var ax = new ActiveXObject("WScript.Network"); alert(ax.ComputerName); }

but this use ActiveX which work only in IE with some security configurations, and I want to get client computer name from any browser.

Can you please help me to get the client computer name?

This post has been answered by Sameh Nassar on Feb 5 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 4 2016
Added on Feb 5 2016
3 comments
5,273 views